mirror of
https://github.com/Istador/smoo.it
synced 2025-10-05 23:42:42 +02:00
495 B
495 B
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