# 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 ```