Webapp providing stats for Team 0%'s goal of clearing every Super Mario Maker 1 level before server shutdown.
Built with Nuxt 3. Look at the Nuxt 3 documentation to learn more.
Also using Tailwind CSS, Typescript, PrimeVue, VueUse, lodash, and the other usual suspects such as prettier and eslint. Includes a customized version of smm-course-viewer
, originally built by Leonardo Mauro.
Requires Node 18 and yarn (npm install -g yarn
if Node is already installed).
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev # or yarn run dev
# npm
npm run preview
Deployed on AWS Amplify.