This is a Next.js project.
We're using TypeScript for type safety and better developer experience.
The UI is built using Tailwind CSS for rapid and responsive design.
Custom VSCode settings have been set up for a consistent development environment.
- Figma Characterization and design is to be complete soon (Special thanks to our UI/UX designer - Efrat Sharon!)
- Development is ongoing! (Managed by @RoyTennenbaum using Github Projects)
- Go to the GitHub repository you want to fork.
- Click the "Fork" button at the top right.
git clone https://github.com/YOUR_USERNAME/REPOSITORY_NAME.git
Replace YOUR_USERNAME
and REPOSITORY_NAME
accordingly.
cd REPOSITORY_NAME
npm install
npm run dev
Visit http://localhost:3000 in your browser.
For an enhanced development experience with Tailwind CSS, consider installing the Tailwind CSS IntelliSense extension in VSCode:
- Open VSCode.
- Press
Ctrl+Shift+X
or click the Extensions icon. - Search for "Tailwind CSS IntelliSense".
- Click "Install".