Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

eupnea-project/eupnea-project.github.io

Repository files navigation

eupnea-project.github.io

This repo contains the eupnea-project website, built by Vitepress.
Visit the eupnea-project website here: https://eupnea-project.github.io/

Website Development

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.