summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-09-21 13:15:44 +0200
committerYuval Adam <_@yuv.al>2024-09-21 15:13:25 +0200
commit65e7041a3c88a5b2d1ae76e7023807537775cb1b (patch)
treec21fe6cc3f137e2f0c13c0c184f9f59581a6639a /README.md
parent6ed566ac4f30e1aa8b7a817c22912c50ee136f86 (diff)
Initial NextJS project creation with basic structure
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 66e006f..637c7e0 100644
--- a/README.md
+++ b/README.md
@@ -6,19 +6,10 @@
## Dev
-Install dependencies and run the development server:
+Run the development server:
```bash
-$ yarn
-$ yarn run start
-```
-
-## Build
-
-Manually building the static content into the `dist/` directory can be done with:
-
-```bash
-$ yarn run build
+$ npm run dev
```
## Docker
@@ -32,4 +23,4 @@ docker run -d --rm -p 80:80 cidr.xyz:0.1
## Deployment
-Deployment is automated from `master` branch via Netlify
+Deployment is automated from `master` branch via Vercel.