BramDevlaminck / GhentCrimeStatsSite

0 stars 0 forks source link

ghent-crime-site

Project Setup

npm install

Pull the required data from the portal

./pull_data_from_portal.sh

Compile and Hot-Reload for Development

npm run dev

Deploy to site

Run this script to generate the static site that expects to be located at the VITE_BASE_URL specified in the .env.production file.

npm run build