aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-11-06 18:24:26 -0800
committerFuwn <[email protected]>2020-11-06 18:24:26 -0800
commit9cdce4254700691301608c6f1d3081950023cc4f (patch)
tree9d24529acc19b354f80cb2d610aa1e7686f4d530 /README.md
downloadblog-9cdce4254700691301608c6f1d3081950023cc4f.tar.xz
blog-9cdce4254700691301608c6f1d3081950023cc4f.zip
repo: initial :star:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
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
+```