Giter VIP home page Giter VIP logo

handbook's Introduction

๐Ÿ““ The Ritza Handbook

โš ๏ธ Work in Progress

This is a very early stage, work-in-progress collection of documents that we use to coordinate at https://ritza.co.

If you want to work with Ritza, check out:

Contributing to the handbook

To contribute to the handbook, you should set up a local development environment to preview your changes before making a pull request. You'll need a Python development environment locally and you should be comfortable with virtualenv and pip.

  1. Clone this repository locally, and change into the handbook repository.
git clone [email protected]:ritza-co/handbook.git
cd handbook
  1. Create and activate a virtual environment
python3 -m virtualenv venv
source venv/bin/activate
  1. Install requirements
pip3 install -r requirements.txt
  1. Preview the site
mkdocs serve
  1. Visit the local site

Open http://localhost:8000/handbook in your web browser. Any markdown files you edit and save should be automatically rebuilt and previewed in your browser.

Once you've added new markdown files or edited existing ones, add the changes and push them up to a branch. e.g.

git checkout -b add-my-cool-new-page
git add docs/my-cool-new-page.md
git commit -m "Add my cool new page"
git push origin add-my-cool-new-page

Git will prompt you to make a pull request on GitHub. Follow the the link and open the PR.

handbook's People

Contributors

aimeeclarke avatar anesumurakata avatar daniellem27 avatar hunter-hub avatar jamesdanielwhitford avatar lordratte avatar mattdclarke avatar nadia-jsch avatar ndafara avatar sixhobbits avatar worktheclock avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.