Skip to content

MostroP2P/mostro-foundation-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d1cad3 · Jan 21, 2025

History

29 Commits
Dec 6, 2024
Nov 20, 2024
Jan 21, 2025
Nov 20, 2024
Nov 15, 2024
Dec 20, 2024
Nov 19, 2024
Nov 15, 2024
Nov 15, 2024
Nov 20, 2024
Nov 15, 2024
Dec 13, 2024
Nov 19, 2024
Dec 20, 2024
Jan 21, 2025
Jan 21, 2025
Jan 21, 2025
Dec 20, 2024
Jan 21, 2025

Repository files navigation

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