Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 806 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 806 Bytes

Chūshō Workshop

Project setup

The app needs Node.js ≥ 16 to run.

Using Docker

docker compose up

Visit localhost:3000

Manually

Install Node.js using one of following possibilities:

Then install the project dependencies:

npm install

And run the server:

npm run dev

Visit localhost:3000

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).