1
0
Fork 0
Ryan's personal website https://ryanmoon.com
 
 
 
Go to file
Ryan Moon e10d62e925 Update content/about.md
include details about HNS
2023-09-22 19:29:20 +00:00
assets Initial commit 2023-07-11 02:03:57 -04:00
components Initial commit 2023-07-11 02:03:57 -04:00
content Update content/about.md 2023-09-22 19:29:20 +00:00
pages Initial commit 2023-07-11 02:03:57 -04:00
public Initial commit 2023-07-11 02:03:57 -04:00
server Initial commit 2023-07-11 02:03:57 -04:00
.gitignore Initial commit 2023-07-11 02:03:57 -04:00
.npmrc Initial commit 2023-07-11 02:03:57 -04:00
LICENSE initial commit 2023-07-11 02:13:23 -04:00
README.md initial commit 2023-07-11 02:13:23 -04:00
app.vue Initial commit 2023-07-11 02:03:57 -04:00
error.vue Initial commit 2023-07-11 02:03:57 -04:00
nuxt.config.ts Initial commit 2023-07-11 02:03:57 -04:00
package-lock.json Initial commit 2023-07-11 02:03:57 -04:00
package.json Initial commit 2023-07-11 02:03:57 -04:00
tsconfig.json Initial commit 2023-07-11 02:03:57 -04:00

README.md

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