Website for SkyLab.
The following are basic prerequisites for developing this project:
- The pnpm command is installed locally. Get pnpm packages and other prerequisites:
# install dependency
pnpm install
# develop
pnpm run dev
Note: Please make sure that your Node.js version is not lower than 20.14
to run this project properly.