A Software Crafter's Journey is a blog built with modern web standards, blazingly fast due to a server side rendering and static blog posts. No need to host a back office, everything is managed through your Git repository, so you can make pull request to post a new article.
Contribute Download# clone this repository
$ git clone https://github.com/ismailnguyen/a-software-crafter-s-journey.git
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
A Software Crafter's Journey can be used by any websites, small and large.