diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-21 13:15:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-21 15:13:25 +0200 |
| commit | 65e7041a3c88a5b2d1ae76e7023807537775cb1b (patch) | |
| tree | c21fe6cc3f137e2f0c13c0c184f9f59581a6639a /README.md | |
| parent | 6ed566ac4f30e1aa8b7a817c22912c50ee136f86 (diff) | |
Initial NextJS project creation with basic structure
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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. |
