Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 852 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 852 Bytes

Mostro Foundation Website

Visit our website at mostro.foundation

Setup

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

Development Server

Start the development server on http://localhost:3000:

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Linters

  • yarn lint: Run linters to check your code quality
  • yarn lintfix: Automatically fixes linter issues