1
0
Fork 0
ryanmoon.com/README.md

35 lines
378 B
Markdown

# ryanmoon.com
Ryan's personal website
Built with [Nuxt.js](https://nuxt.com)
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# yarn
yarn dev
```
## Production
Build the application for production:
```bash
# yarn
yarn build
# yarn
yarn preview
```