A blog about the most random things you can think of.
-
Clone the respository.
git clone https://github.com/noClaps/blog.git cd blog
-
Start the development server.
make serve
Then open
localhost:3000
in your browser to see the live preview of the site. -
Build the site.
make build
This will build the site and place it in
dist/
.