Skip to content

Commit

Permalink
DOCS: Improve development section from Readme.md (#502)
Browse files Browse the repository at this point in the history
- Add note about bundle install on `website/`
- Add note about required services for specs
- Remove autotest note. It was removed on #21
  • Loading branch information
ceritium committed Jun 20, 2021
1 parent 1f8b391 commit 54c8db6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -463,20 +463,21 @@ end
If you want to contribute to this project, that's great, thank you! You can run the following rake task:

```
$ BUNDLE_GEMFILE=website/Gemfile bundle install
$ bundle exec rake client_dev
```

which will start a local Sinatra server at `http://localhost:9292` where you'll be able to preview your changes. Refreshing the page should be enough to see any changes you make to files in the `lib/html` directory.
This will start a local Sinatra server at `http://localhost:9292` where you'll be able to preview your changes. Refreshing the page should be enough to see any changes you make to files in the `lib/html` directory.

## Running the Specs

You need Memcached and Redis services running for the specs.

```
$ rake build
$ rake spec
```

Additionally you can also run `autotest` if you like.

## Licence

The MIT License (MIT)
Expand Down

0 comments on commit 54c8db6

Please sign in to comment.