From 65e7041a3c88a5b2d1ae76e7023807537775cb1b Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 21 Sep 2024 13:15:44 +0200 Subject: Initial NextJS project creation with basic structure --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'README.md') 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. -- cgit v1.3.1