This project holds my homepage. It uses NextJS and is based on Devii
yarn dev
Starts the development server. Equivalent to next dev
.
yarn build
Creates an optimized build of the site. Equivalent to next build
.
yarn export
Exports the site to static files. All files are written to /out
. Equivalent to next export
.