Web frontend for https://opencourse.world/
- Vue 57%
- TypeScript 35.3%
- JavaScript 3.8%
- SCSS 3.1%
- HTML 0.5%
- Other 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| .vscode | ||
| public | ||
| src | ||
| .dockerignore | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmrc | ||
| dev.dockerfile | ||
| dev.mjs | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| quasar.config.js | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
SMM2 Private Server (smm2-quasar)
A Super Mario Maker 2 Private Server
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn lint
# or
npm run lint
Format the files
yarn format
# or
npm run format
Build the app for production
quasar build