aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/README.md b/README.md
index ebd666a..c80ccc4 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,20 @@
-# yucky.fun
+# me
-[![Netlify Status](https://api.netlify.com/api/v1/badges/3d3c0bde-9765-4654-917a-53f602df23e3/deploy-status)](https://app.netlify.com/sites/yucky/deploys)
+## Build Setup
+
+```bash
+# install dependencies
+$ yarn install
+
+# serve with hot reload at localhost:3000
+$ yarn dev
+
+# build for production and launch server
+$ yarn build
+$ yarn start
+
+# generate static project
+$ yarn generate
+```
+
+For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).