/jguix-site

This repository contains the source code for my personal website. I developed it with love and care using NextJS.

Primary LanguageTypeScriptMIT LicenseMIT

Juangui Jordan

This project holds my homepage. It uses NextJS and is based on Devii

CLI

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.