- React.js - UI Library
- Tailwind CSS - Styling and UI
- Vite - Build tool
- Vercel - Hosting and Deployment
Follow these steps to run Titan on your local machine.
git clone https://github.com/Pappyjay23/Titan.git
cd Titan
npm install
Run the development server to view the app.
npm run dev
Now, you can navigate to http://localhost:5173/ to view the app.
npm run build
Implementation by @Pappyjay23