Trepir allows users to create and edit trip itineraries with thousands of modular, user-generated activities around the world
- Clone the repo
git clone https://github.com/Trepir/trepir-web.git
cd trepir-web
- Install dependencies
npm install
- Fill out your API keys
/* Create a .env file and fill in the relevant keys according to the existing .env.example file */
- Start development server
npm start
-
- Users can create activities for other users to add to their trips.
-
- Easy drag and drop UI for ease of use
- Dates modify automatically for the user when an accommodation or travel is moved to a new day.