aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Foyzul Karim <foyzulkarim@gmail.com> 2022-07-16 06:09:56 +1000
committerGravatar GitHub <noreply@github.com> 2022-07-15 22:09:56 +0200
commit5b248962e78b2ce9e2d34d9b3bbfc386c015d432 (patch)
treecfb1208e343a58e9bcdf91b1fda3dd01f281303c
parent65027bff99a2e8cf1d9b275a4596914cb206d984 (diff)
downloadbun-5b248962e78b2ce9e2d34d9b3bbfc386c015d432.tar.gz
bun-5b248962e78b2ce9e2d34d9b3bbfc386c015d432.tar.zst
bun-5b248962e78b2ce9e2d34d9b3bbfc386c015d432.zip
docs: Added readme file for `blank template` (#727)
* Added readme file for blank template * Removed `Special note` section
Diffstat (limited to '')
-rw-r--r--examples/blank/readme.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/blank/readme.md b/examples/blank/readme.md
new file mode 100644
index 000000000..02b459bb3
--- /dev/null
+++ b/examples/blank/readme.md
@@ -0,0 +1,13 @@
+## Getting Started
+
+### Cloning the repo
+
+```sh
+bun create blank ./NAME_HERE
+```
+
+### Execute a file (eg. src/index.js)
+
+```sh
+bun run ./src/index.js
+```