This is the source of the official Poetry website.
If you want to work on this project on your local machine, you may follow the instructions below.
- Fork this repository
- Clone you fork locally
- The website uses Hugo so you will need to have it installed. You can follow the official instructions on the website.
- You will also need to have
npminstalled to build and compile assets. - The documentation is not bundled with the website, so you will need to execute
poetry run ./bin/website docs pullto retrieve the latest version of the documentation.
Once these steps are done, you can launch the Hugo website with hugo server -w and npm run dev.