Table of Contents
The Accessible Routes project was established to provide students with a guide to navigating a less-than-accessible campus.
- Clone or fork the repo
- GitHub Desktop: download here
- Clone repo through Git Bash
$ git clone https://github.com/Accessible-Routes/Webb-App
- To fork, press the fork button on the top right of the repo, or here
- Node.js
- Download here
- Open terminal in the project folder and change directory to the webb folder
cd webb
- There will be a few commands that need to be run before opening the website
npm install
npm install react react-dom leaflet
npm install react-leaflet
- Open the website
npm start
- Clone or fork the repo
- GitHub Desktop: download here
- Clone repo through Git Bash
$ git clone https://github.com/Accessible-Routes/Webb-App
- To fork, press the fork button on the top right of the repo, or here
- Node.js
- Download here
- Open terminal in the project folder and change directory to the webb folder
cd Mobile/accessible-routes
- There will be a few commands that need to be run before opening the app
npm install npm install expo
- Start the mobile application, install the ExpoGo app on mobile device, and scan QR code generated by the following command
npx expo start
Distributed under the MIT License. See LICENSE for more information.