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 iYou can start the development server using the following command:
pnpm run devTo create a production build, you can use:
pnpm run buildTo learn more about SolidJS, you can visit the official documentation.