The documentation website for PyonFX.
The project uses npm
, Nextra. To develop it locally, clone this repository and run the following command to start the local dev server:
npm ci
npm run dev
And visit localhost:3000
to preview your changes.
When making a change, or creating a new page, please make sure to edit all language files. You can simply copy the content of the edited English document (or the edited paragraph) and apply it to other language files. And then, volunteers are welcome to help with any untranslated sections.
- https://github.com/vercel/swr-site for the original code.