The frontend of the Corekt project.
- Beautiful UI with TailwindCSS, & Shadcn/ui
- Responsive design
- Advanced filtering system (Linear inspired)
To run this project on your local environment, follow the following steps :
Don't have pnpm installed? Install pnpm.
If you have npm installed, you can use npm install -g pnpm to install pnpm or use npm as your package manager.
- Clone the repository to your local machine or download the source code.
- Run the command
pnpm iin the project directory to install the required dependencies - Create a new file named
.envin the project directory and add the environment variables. - Run the command
pnpm previewto start the production build of the project. - Open your internet browser and go to the following address: http://localhost:3000
