Visit our website at mostro.foundation
This nuxt project uses yarn as package manager.
Ensure you have Yarn version 4.5.3 installed for this project. You can check your current Yarn version by running:
yarn -v
If you have a different version installed, you can set the project to use the correct version by executing:
yarn set version 4.5.3
Install dependencies:
yarn install
Start the development server on http://localhost:3000
:
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
yarn lint
: Run linters to check your code qualityyarn lintfix
: Automatically fixes linter issues