Skip to content

ride-tandem/Tandem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tandem.

Carpooling made easy.

Carpooling made social.

Check out our live application page at: ride-tandem.ca

Watch the demonstation video here

Members

Contact us with a bug or suggestion by making an issue.

Checkout our wiki

Contributing

Try to make an issue before trying to fix it, you may find someone is already on it!

Barring that, make a pull request with your changes - we prefer, although do not enforce, a linear git history.

Someone should come along and review your code, if it looks good your changes should be live as soon as they are merged!

Dependancies

All that is needed to run it is node. Make sure to add it is on your PATH.

Installing Node

Of course downloading node off thier site and using their installer is an option. But I recommend using

Windows - chocolatey

MacOS - brew

Linux - whatever package manager your distro comes with

Verifying install

Run node --version in a terminal. The output should look something like

[marcus@fedora ~]$ node --version
v16.13.2

Running a Development Server

While in the frontend directory run npm install to install dependancies.

This application uses Firebase services that need to be emulated locally. Run npm run emulators to start the emulators. You can view the firebase console at localhost:3001.

To start developing run npm start. This should open your default browser to the application. Change a file and save it and the application should reload.

License

We're GPL-3.0 licensed, if you don't like the license in its full glory, this is a nice synopsis.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors