bratislava / bratislava.github.io

Our docs pages made in Nextra
https://bratislava.github.io
MIT License
2 stars 1 forks source link

Bratislava docs

Created from Nextra template.

Local Development

First, run yarn to install the dependencies.

Then, run yarn dev to start the development server and visit localhost:3000.

Production

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

License

This project is licensed under the MIT License.