Skip to content

softwarewright/softwarewright.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f611cd0 · Nov 28, 2019
Nov 28, 2019
Aug 10, 2019
Nov 27, 2019
Jul 31, 2019
Aug 18, 2019
Oct 24, 2019
Sep 11, 2019
Aug 10, 2019
Nov 28, 2019
Oct 11, 2019
Oct 25, 2019
Oct 25, 2019

Repository files navigation

Software Wright

Software Wright Website https://softwarewright.dev

Welcome to my website! Here you can subscribe to post updates and catch up on the latest things I'm doing. Thank you so much for your support!

Become a sponsor on Patreon

Contributing

For those interested in helping with posts, website look and feel, etc. The majority of the code can be found in the docs/ folder. All posts are created by markdown files using vuepress to generate the website.

Local Development

In order to run the project locally you will need to install the depencencies and start the project using the commands below.

# install the depencies
npm ci
# run the project locally
npm start