qibogang / qibogang.github.io

The gang site :)
https://qibogang.github.io
0 stars 0 forks source link

Add static building instruction in README #54

Open MatteoRobbiati opened 1 year ago

MatteoRobbiati commented 1 year ago

It can be useful to add the export instruction to the README.md

alecandido commented 1 year ago

This is useful up to a point: in practice, next export is only needed for the website itself (and it is standard from Next, so we do not need to write too much on our docs).

On the other hand, what people might be interested in is:

yarn next build  # equivalent to `yarn build`
yarn next preview

since preview is the command you use to have a preview of how would look like the website with a production server, rather than using a dev server.