1
0
Fork 0
ryanmoon.com/README.md

378 B

ryanmoon.com

Ryan's personal website

Built with Nuxt.js

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

# yarn
yarn preview