/osuchan-frontend

React frontend for osu!chan

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

osu!chan frontend

Requirements

  • Node

Setup

  1. Setup the backend
  2. Install dependencies
    $ npm install
  3. Make a copy of .env.development.template.local 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