1.install dependencies
2.run project
3.have fun
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
If you want to run project by yourself
remove server/api/update folder
remove line '@nuxtjs/supabase' in nuxt.config.js
or setup supabase (get rekt)