Web frontend for https://opencourse.world/
  • Vue 57%
  • TypeScript 35.3%
  • JavaScript 3.8%
  • SCSS 3.1%
  • HTML 0.5%
  • Other 0.3%
Find a file
jneen 3df85690d4
Some checks failed
Docker / build (push) Has been cancelled
add a tooltip to the verification code box
2026-07-11 01:07:31 -04:00
.github/workflows Upgrade cosign 2024-04-10 23:04:37 -07:00
.vscode Restructure course page. Level viewer link. 2023-04-22 10:21:41 -07:00
public Revert "add .well-known for bluesky" 2024-11-03 17:58:18 -05:00
src add a tooltip to the verification code box 2026-07-11 01:07:31 -04:00
.dockerignore Move app into root 2023-03-16 13:21:04 -07:00
.editorconfig Move app into root 2023-03-16 13:21:04 -07:00
.eslintignore Move app into root 2023-03-16 13:21:04 -07:00
.eslintrc.js Import courses [WIP] 2023-03-21 23:56:34 -07:00
.gitignore Move app into root 2023-03-16 13:21:04 -07:00
.npmrc Move app into root 2023-03-16 13:21:04 -07:00
dev.dockerfile add a docker-compose and dev.dockerfile for local dev 2024-10-31 23:21:35 -04:00
dev.mjs Commit to share 2023-03-09 19:43:22 -08:00
docker-compose.yml add a docker-compose and dev.dockerfile for local dev 2024-10-31 23:21:35 -04:00
Dockerfile Move app into root 2023-03-16 13:21:04 -07:00
index.html Move app into root 2023-03-16 13:21:04 -07:00
package-lock.json render comments! with a bonus delete button 2024-10-08 19:37:46 -04:00
package.json render comments! with a bonus delete button 2024-10-08 19:37:46 -04:00
postcss.config.js Move app into root 2023-03-16 13:21:04 -07:00
quasar.config.js Allow course deletion and restoration 2023-04-21 10:53:37 -07:00
README.md Move app into root 2023-03-16 13:21:04 -07:00
tsconfig.json Beginnings of deeper navigation for courses, makers, etc. 2023-04-01 01:31:09 -07:00
yarn.lock render comments! with a bonus delete button 2024-10-08 19:37:46 -04:00

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

Customize the configuration

See Configuring quasar.config.js.