BusApp is a non-profit project where its objective is that users can be transported to any destination, separating their tickets from the platform.
Stack | Technology |
---|---|
Frontend | React, Redux Toolkit |
Styles | styled components, emotion, clsx |
Basic requirements
Install Node version 14 or higher
-
Fork this repository into your own GitHub account.
-
Clone the repo from your GitHub account to your local machine using the following commands
-
you can either use ssh or https
using https:
$ git clone https://github.com/TemBusApp/frontend.git
$ cd frontend
or
using ssh:
$ git clone [email protected]:TemBusApp/frontend.git
$ cd frontend
- Creating branch
git branch your-branch-name
git checkout your-branch-name
or
git checkout -b your-branch-name
To run the development server, do the following in the arc-backend
directory:
##Non-Docker Version
$ npm install or yarn install
$ npm run dev or yarn run dev
You can now see the project running on your localhost
You can edit files on your text-editor, changes will be reflected in your browser.
- Go to
CONTRIBUTING.md
We also have public chat rooms on Discord. Drop by and say hello!
If you have any feature requests or bug reports, please log them on the issue tracker.
This project is licensed under the MIT License.