Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 547 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 547 Bytes

HackArena 2024 Frontend

This repo contains code for frontend app of HackArena 2024. You can checkout backend here.

Project set up

Open command line and go to directory of your choosing.

git clone https://github.com/INIT-SGGW/HackArena2024-frontend.git

Clones respository to local machine.

npm install

Installs all necessary dependencies.

npm start

Runs the app in the development mode.

npm run build

Builds the app for production to the build folder.