Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

IMS-coding-projects/M248

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RappiTours Trails Management App

This repository contains the source code of the RappiTours Trails Management App


How to Run

  1. Clone this Repository

    git clone https://github.com/IMS-coding-projects/M248.git
  2. Enter Folder

    cd ./M248/rappitours/
  3. Install Dependencies (Packages)

    npm install --force

Important

You need to use the --force tag, because of a conflict between the react version and ui.shadcn. For more information, visit this site

  1. Copy and Modify Environment Variables
    cp .env.example .env

Note

You need to modify the .env file with your own environment variables. Check the .env.example file for which tokens/variables you need to set. If you do not have any tokens, you can contact us for a test token.

  1. Run the Project

    npm run dev
  2. Open the Browser Unless you manually changed the port, this app will run on localhost:3000

Tip

The app has default tours. One tour is from start on disabled, one will be disabled after 2 minutes and the third one after 2 hours.

To refresh the default trails, you have to remove them from the localStorage. They are saved under the trails key.


License

This project is licensed under the GNU General Public License v3.0. To see what you can do, check out the LICENSE page.