mirror of
https://github.com/SchweGELBin/smoo.it.git
synced 2026-08-24 15:09:46 +02:00
Website for Super Mario Odyssey: Online
https://smoo.it
- Vue 56.6%
- TypeScript 35.2%
- SCSS 6.6%
- HTML 1.1%
- JavaScript 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| public | ||
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .git-blame-ignore-revs | ||
| .gitattributes | ||
| .gitignore | ||
| babel.config.js | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vue.config.js | ||
smoo.it
smoo.it is a website for the Super Mario Odyssey Online mod.
Project setup
Requires Git and Node.js.
git clone https://github.com/Istador/smoo.it
cd smoo.it
npm install --legacy-peer-deps
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint