This repo contains the eupnea-project website, built by Vitepress.
Visit the eupnea-project website here: https://eupnea-project.github.io/
In order to work on the website and view it on your machine, you'll need to have Node.js and the yarn (v2 or higher) package manager installed on your system.
After cloning the repository, run yarn
to install required dependencies. You can now serve and view the website by running yarn run dev
and navigating to localhost:5173.
For a better coding experience, please note that you may have to manually enable intellisense by running yarn sdks vscode
or yarn sdks vim
.