/faqs-app

Food Availability and Queue Status (FAQS) app

Primary LanguageJavaScript

FAQS

Food Availability and Queue Status (FAQS) app. Developed for SUTD's 60.005 Human Computer Interaction module.

Local Development

# Copy .env.example into .ev
cp .env.example .env

# Install dependencies
npm install

# Start development server
npm start

Deployment

This project is deployed on Github Pages.

npm run deploy