Created from Nextra template.
First, run yarn
to install the dependencies.
Then, run yarn dev
to start the development server and visit localhost:3000.
We're exporting the site as static pages and hosting on GitHub Pages. Hosting set up on Github repo, you can test the build using
yarn build
and serving statically using
cd build && npx serve
This project is licensed under the MIT License.