Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 420 Bytes

osu!chan frontend

Requirements

  • Node

Setup

  1. Setup the backend
  2. Install dependencies
    $ npm install
  3. 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
  4. Start development server
    $ npm start