Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 343 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 343 Bytes

Installation

git clone https://github.com/NeonDistrict/neon-district-cog.git
cd neon-district-cog
npm install

Cog Software

cd server
pip install -r requirements.txt

Use

In the root directory, just run with npm:

npm run dev

Production Use

In the root directory, just run with npm:

npm run prod