From 5ed724d766f467ec37633316222e3ac91dea2e44 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Wed, 8 Jul 2020 10:10:14 -0400 Subject: [PATCH] More updates to the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a078007..e927030 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,11 @@ The goal was to make it as light as possible, without any JavaScript, using syst ![Screenshot as of July 2020](https://i.imgur.com/kqvVGde.png) It's just a virtual business card but by all means fork/use the theme, just share in kind and refer back. + +## Quick note on building + +I'm using NPM to build for development and production and there are some basic commands in `package.json` for this. Make sure to `npm install`, then run `npm run dev` to generate the public files in `dist`. There should be a few asset folders and then `index.html` and `site.css` in the root there. + +## Todo + +Add some kind of minify support into the build process.