Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 667 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 667 Bytes

New Berlin Blitz's Website

Made using React.

Building

Install Node.js v20.14.8.
Run npm i --global yarn and npm i in the project root directory to install dependencies.
You might need to restart your terminal to use yarn.
In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn deploy

Deploys the app on the public site (requires elevated privileges)
Open https://nb-blitz.github.io/ to view it in the browser.