You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use the project .nvmrc node version (installs if missing)
nvm use
cp .env.development .env
# Build the project
npm run-script build
# Start the project on port 8000
npm run-script start