992 B
992 B
misp-exercise-dashboard
Installation
# Setup venv
python3 -m venv venv
source venv/bin/activate
# Install deps
pip3 install -r REQUIREMENTS
# Create config file and adapt it to your needs
cp config.py.sample config.py
Running the PROD setup
python3 server.py
# Access the page http://localhost:4000 with your browser
Running the DEV setup
python3 server.py
npm run dev
# Access the page provided by the output of the above command
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
Lint with ESLint
npm run lint