Skip to content

AstarNetwork/astarwebsite_v2

Repository files navigation

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

npm install

Development Server

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

npm run dev

Generate Static Files

Export the application for production:

npm run generate