From 435a937893dddbab9f9ad6a444bd2069b3a151ae Mon Sep 17 00:00:00 2001 From: borbas_andris <borbas_andris@sch.bme.hu> Date: Fri, 25 Sep 2020 05:11:13 +0200 Subject: [PATCH] Update README.md with deploy instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 623e039..670c09e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Website of schdesign. -_netlify url needs replacement_ +[_netlify url needs replacement_] [](https://dev.schdesign.hu) [](https://schdesign.hu) @@ -14,4 +14,9 @@ _netlify url needs replacement_ - Start a development server with `npm dev` - Make sure to change to branch dev, because master is protected +### Deployment + +- The build command is `next build && next export`, but it can also be run with `npm build` +- The publish directory is `.\out` + [npm]: https://nodejs.org/ -- GitLab