Website for Super Mario Odyssey: Online https://smoo.it
  • Vue 56.6%
  • TypeScript 35.2%
  • SCSS 6.6%
  • HTML 1.1%
  • JavaScript 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-03-09 00:54:40 -04:00
.github/workflows [workflows] update: action versions 2024-10-13 09:15:59 +02:00
public commands: hint art & toadette moon IDs 2024-07-15 09:37:36 +02:00
src Update Hyper's IP addresses and names 2026-03-09 00:54:40 -04:00
.browserslistrc first commit 2022-07-24 13:16:53 +02:00
.editorconfig enforce LF line endings 2022-08-15 21:00:18 +02:00
.eslintrc.js servers: infer CaptureSync from MaxPlayers 2024-10-18 02:59:06 +02:00
.git-blame-ignore-revs ignore whitespace 2022-08-18 22:46:35 +02:00
.gitattributes enforce LF line endings 2022-08-15 21:00:18 +02:00
.gitignore first commit 2022-07-24 13:16:53 +02:00
babel.config.js fix: fontawesome for IE11 (Proxy & unicode regexp) 2023-01-23 01:02:39 +01:00
LICENSE.md first commit 2022-07-24 13:16:53 +02:00
package-lock.json linux and windows icons 2023-04-14 01:44:09 +02:00
package.json linux and windows icons 2023-04-14 01:44:09 +02:00
README.md fix: link 2022-08-16 01:40:09 +02:00
tsconfig.json split vue files into several files (to detect tsc errors) 2022-07-26 02:10:57 +02:00
vue.config.js relative paths 2022-11-06 05:33:57 +01:00

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