diff options
| author | Fuwn <[email protected]> | 2020-11-06 18:24:26 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-06 18:24:26 -0800 |
| commit | 9cdce4254700691301608c6f1d3081950023cc4f (patch) | |
| tree | 9d24529acc19b354f80cb2d610aa1e7686f4d530 /README.md | |
| download | blog-9cdce4254700691301608c6f1d3081950023cc4f.tar.xz blog-9cdce4254700691301608c6f1d3081950023cc4f.zip | |
repo: initial :star:
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e43d410 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## thatjdanisso.cool + +This is a collection of node scripts to build my blog - https://thatjdanisso.cool + +### building + +``` +$ npm install +$ npm run build +``` + +You can also run `npm run watch` to auto-build on relevant file changes. + +### editing + +I shipped an editor for some reason. You can access it with: + +``` +$ npm run editor +``` |