Smrv2 is a rework website of the original simeru website. This website is built using astro and react.
# Clone the repository
git clone https://github.com/savioruz/Smrv2.git
# Change directory
cd Smrv2
# copy the .env.example to .env
cp .env.example .env
# Install dependencies
bun install
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.