Skip to content

🍍 Personal Website, Blog and Portfolio built in Nuxt.JS

License

Notifications You must be signed in to change notification settings

cooperj/joshc.uk

Repository files navigation

joshc.uk

🍍👨🏻‍💻 This repo is for the personal website of Josh Cooper. This site includes my blog and portfolio.

This site was built in nuxt.js and is accessible at www.joshc.uk 🌍.

The site is configured to auto deploy with netlify 💻.

Build Setup

Install dependencies

npm install

Serve with hot reload at localhost:3000

npm run dev

Build for production and launch server

npm run build
npm run start

Generate static project

npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.