osu!chan frontend
Requirements
- Node
Setup
- Setup the backend
- Install dependencies
$ npm install
- Make a copy of
.env.development.local.template
named.env.development.local
and modify with the host defined in the your hosts file when setting up the backend - Start development server
$ npm start