r
Radicle
Git
The Radicle Website
This is the Radicle homepage and documentation repository.
Running the website locally
-
Make sure you have Ruby installed
-
Install project dependencies
make dependencies -
Build and serve the project
make serve -
Visit http://localhost:3000/ in your web browser
License
Licensed under CC BY-NC-SA 4.0. See LICENSE.
Copyright
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/