This is the repository for our homepage, which is built using SolidJS.
To get started with the development, you will need to have Node.js installed. You can then clone the repository and install the dependencies.
git clone https://github.com/zodiac-G12/zodiac-G12.github.io.git
cd zodiac-G12.github.io
pnpm i
You can start the development server using the following command:
pnpm run dev
To create a production build, you can use:
pnpm run build
To learn more about SolidJS, you can visit the official documentation.