Skip to content

TemBusApp/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BusApp - FRONTEND

Raising Hands For Injured Paws

BusApp is a non-profit project where its objective is that users can be transported to any destination, separating their tickets from the platform.

Contents

Stack

Stack Technology
Frontend React, Redux Toolkit
Styles styled components, emotion, clsx

REACT NPM NODE License

Setup Guide

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.

Contribution Guide

  • Go to CONTRIBUTING.md

Community

We also have public chat rooms on Discord. Drop by and say hello!

Support

If you have any feature requests or bug reports, please log them on the issue tracker.

License

This project is licensed under the MIT License.

Primary Maintainers

devedux

Linneudm

Design Figma

busWeb