Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
radicle.xyz README.md

The Radicle Website

This is the Radicle homepage and documentation repository.

Running the website locally

  1. Make sure you have Ruby installed

  2. Install project dependencies

     make dependencies
    
  3. Build and serve the project

     make serve
    
  4. Visit http://localhost:3000/ in your web browser

License

Licensed under CC BY-NC-SA 4.0. See LICENSE.

Copyright (C) The Radicle Team

# The Radicle Website

This is the Radicle homepage and documentation repository.

## Running the website locally

1. Make sure you have [Ruby][ruby] installed
2. Install project dependencies

        make dependencies

3. Build and serve the project

        make serve

4. Visit <http://localhost:3000/> in your web browser

[ruby]: https://www.ruby-lang.org/en/documentation/installation/

## License

Licensed under [CC BY-NC-SA 4.0][license]. See [LICENSE](LICENSE).

## Copyright

Copyright (C) The Radicle Team

[license]: https://creativecommons.org/licenses/by-nc-sa/4.0/