The app needs Node.js ≥ 16 to run.
docker compose up
Visit localhost:3000
Install Node.js using one of following possibilities:
- Download and run the installer
- Or run
brew install node
- Or use nvm
Then install the project dependencies:
npm install
And run the server:
npm run dev
Visit localhost:3000
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).