Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 283 Bytes

File metadata and controls

24 lines (18 loc) · 283 Bytes

Follow these steps to set up the project locally:

Clone the repository

git clone https://github.com/mategames-team/frontend.git
cd frontend

Install dependencies

npm install
# or
yarn install

Run the project locally

npm start
# or
yarn start