Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

react-epfl/graasp-developers

This branch is 262 commits ahead of, 17 commits behind ringcentral/slate:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef5582c · Jun 21, 2019
Jan 19, 2018
Sep 26, 2018
Jul 5, 2018
Sep 26, 2018
Jun 21, 2019
Sep 26, 2018
Jan 28, 2018
Sep 26, 2018
Sep 26, 2018
Sep 26, 2018
Sep 26, 2018
Jul 5, 2018
Jul 17, 2017
Sep 26, 2018
Sep 26, 2018
May 21, 2018
Jul 5, 2018
Oct 11, 2013
Sep 26, 2018
Jan 20, 2018
Sep 26, 2018
Sep 26, 2018
Sep 26, 2018
Jan 19, 2018
Feb 5, 2018
Sep 26, 2018
May 31, 2015
Sep 26, 2018
Oct 23, 2018

Repository files navigation

Graasp Developers

Conventional Commits Codeship

Development

Environment

To setup your development environment you will need yarn. Once you have yarn, run yarn install.

Docker

The easiest way to view the application is using Docker.

  1. Run docker-compose up
  2. Visit localhost:4567
  3. Make your changes.
  4. Refresh the page and the changes should be visible.
  5. If you make any structural changes you might have to rebuild. Stop the process with Ctrl-C and run docker-compose up --build.

Contributing

We welcome contributions!

Committing

We follow the standards put forth by Conventional Commits.

<type>[optional scope]: <description>

[optional body]

[optional footer]

Example:

fix: minor typos in code

see the issue for details on the typos fixed

fixes #12

Internal Contributors

  1. Clone this repository.
  2. Open an issue explaining what you want to contribute.
  3. Create a branch off master with format <issue number>/<small-description> e.g. 1/change-logo.
  4. Make your changes.
  5. Commit following the standards put forth by Conventional Commits.
  6. Send a pull request to master.

External Contributors

  1. Fork this repository.
  2. Open an issue in our repository explaining what you want to contribute.
  3. Make your changes on your fork.
  4. Commit following the standards put forth by Conventional Commits.
  5. Send a pull request to our master branch.

Publishing

Publishing happens automatically when changes are merged to master.

About

Beautiful static documentation for your API

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.0%
  • CSS 7.9%
  • Shell 2.0%
  • Ruby 1.9%
  • HTML 1.1%
  • Dockerfile 0.1%