Skip to content

Decentralised platform for a community of bicycle touring travellers and those who want to host them. The members own their data and will be able to connect with other similar communities in the greater hospitality exchange network.

License

Notifications You must be signed in to change notification settings

OpenHospitalityNetwork/sleepy.bike

 
 

Repository files navigation

Sleepy.bike

a decentralized hospitality exchange community for slow travellers

We're developing based on wireframes and design (WIP - do you want to help? Join our bi-weekly OpenHospitalityNetwork calls and tell us)

Developer quick start

This is a single page application written in React.

You need Node v16. You can use nvm to switch to that particular version. You also need yarn.

  1. Clone this repository on your computer

    git clone https://github.com/OpenHospitalityNetwork/sleepy.bike.git
  2. Go to the project directory

    cd sleepy.bike
  3. Install dependencies

    yarn
  4. Run the app

    yarn start

You can also configure the app with environment variables, e.g.:

REACT_APP_COMMUNITY="https://community.example/community#us" REACT_APP_COMMUNITY_CONTAINER="community-example" yarn start`

Testing

We use Cypress to test the application.

To start the tests, run yarn cy:dev, wait a bit, and Cypress will open. Select "E2E tests" from the options, then pick your preferred browser (Electron and Chromium work, Firefox fails), and select a test suite to run.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note: The logos, trademarks, and designs included in this repository are not covered by the MIT License. They are the property of their respective owners and may not be used without permission.

About

Decentralised platform for a community of bicycle touring travellers and those who want to host them. The members own their data and will be able to connect with other similar communities in the greater hospitality exchange network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.8%
  • SCSS 2.9%
  • CSS 1.8%
  • HTML 1.1%
  • JavaScript 0.4%