Skip to content

stockholmux/valkey-website

 
 

Repository files navigation

Valkey.io website

This repo contains the source for the valkey.io website. The temporary staging website can be accessed using https://d18m7x5q574jh8.cloudfront.net.

Contributing

We welcome contributions! Please see our CONTRIBUTING page to learn more about how to contribute to the website.

Security

If you discover potential security issues, see the reporting instructions on our CONTRIBUTING page for more information.

License

This project is licensed under the BSD-3-Clause License.

Build

  1. Go to the root of the repo
  2. Install Ruby and RVM
  3. Install Jekyll
  4. Install dependencies: bundle install
  5. Build: bundle exec jekyll serve for the local server, bundle exec jekyll build for one off builds. Either way, the HTML of the site is generated to /_site
  6. Point your browser at http://127.0.0.1:4000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.6%
  • SCSS 21.8%
  • HTML 21.7%
  • Ruby 6.2%
  • JavaScript 3.7%