bitsnpixles.dev
This is a place for reminders and thoughts on whatever I come across as a developer that I find reassuring to have a permalink for.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need npm on your machine, an evergreen browser and preferably your favorite text edtior 🤓
Clone this repo
git clone https://github.com/petterhoel/blog.git
Change directory
cd blog/docs
Install dependencies
npm install
Spin up the dev server
npm run dev
navigate to localhost:8080
# Thank you for playing!
# But our tests are in another castle
# 🍄 🐢 👸 🪹
A merge to master will deploy this site.
If you are using this as a starter for your own project you wanna run
npm run dev
That will create all the static files for your site and place them in /src/.vuepress/dist
. Copy these files to your sites root folder.
This projects uses Cloudflare Pages for that.
- VuePress - VuePress
- Cloudflare - Cloudflare
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Petter Hoel - petterhoel
This project is licensed under the MIT License - see the LICENSE.md file for details