General Info
Release Info
Development Info
Try it out on CELLO Learn!
Get started with following command.
git clone git@github.com:hal-tokyo-cello/cello-game.git
npm install
Start dev server
npx run dev
Test code
npx run test
Recommended workspace settings
{
"files.autoSave": "onFocusChange",
"files.exclude": {
"**/.git": true,
"**/node_modules": true
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.vue": "${capture}.test.ts, ${capture}.test.js",
"*.ts": "${capture}.js, ${capture}.js.map, ${capture}.d.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml"
},
"conventionalCommits.autoCommit": false,
"jest.autoRun": "off"
}
Run the following to build the project.
npm run build
To build or run dev server, it need the following environment variable. You can utilize .env
file while in development.
CELLO_API_SERVER
: URL to the API server