LSCS Tomo Web is a web application designed for LSCS members to seamlessly claim their exclusive coffee promos in partnership with Tomo Coffee.
- React.js (Frontend Framework)
- Tailwind CSS (Styling)
- TypeScript (Static Typing)
- Axios (API Requests)
Ensure you have the following installed:
- Node.js (Latest LTS recommended)
- npm or yarn (Package manager)
- Clone the repository:
git clone [email protected]:dlsu-lscs/dlsu-lscs-tomo-web.git cd lscs-links-web
- Install dependencies:
npm install # or yarn install
To start the development server, run:
npm run dev
# or
yarn dev
The app will be accessible at http://localhost:3000/
.
http://lscs-tomo-web.app.dlsu-lscs.org/
Create a .env
file in the root directory and add necessary environment variables:
VITE_API_BASE_URL=<backend_api_url>