1
0
Fork 0
ryanmoon.com/README.md

35 lines
378 B
Markdown
Raw Normal View History

2023-07-11 06:06:46 +00:00
# ryanmoon.com
2023-07-11 06:03:57 +00:00
2023-07-11 06:13:23 +00:00
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
```