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!
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.
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