Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 351 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 351 Bytes

gitbounties_frontend

Running for development

Install dev tools

npm i -g prettier

Set up git hooks

npm run devsetup

Create local copy of environment variables

cp .env-example .env.local

Install dependencies

npm i

First, run the development server:

npm run dev