/chasing-alex-run

Alex's Running / Adventure Blog

Primary LanguageVueMIT LicenseMIT

Chasing Alex Run

This repo is for my running blog at chasingalex.run

The website is built on Nuxt.js and is hosted as a static site on Netlify. Content entry is done through Forestry.io. Check out the issues tab for enhancements and bugs. Contributors welcome 😇

Netlify Status

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