To setup a dev environment:
# Clone the repository
# Install dependencies
npm i
# Run the local dev server
npm run dev
To serve a production build:
# Install dependencies if not already done - 'npi i'
# Build for production
npm run build
# Serve the build using express
npm start