This is the repository of TKS's website. Hosted on Vercel.
- Next ~> ^12.0.1
- React ~> ^17.0.2
You need to have NodeJS installed on your machine to be able to run the following commands. You also need to setup the .env
file before running the commands to make sure that everything will work fine.
# Open your default terminal and run the following
โ yarn install # Install the dependencies
โ yarn develop # Starts the server in development mode
This project follows the design pattern called Atomic Design. It's a pattern that divides the design process into 5 distinct parts; mainly Atoms, Molecules, Organisms, Templates and Pages.