Giter VIP home page Giter VIP logo

docs's Introduction

CodeWizardsHQ Documentation

Welcome to the CodeWizardsHQ documentation page!

This documentation is a reference for most of the libraries and languages we use in CodeWizardsHQ courses. It is not meant to be an exhaustive reference, but rather a handy tool that covers the basics. You'll find links to further reading throughout if you want to explore a topic in more detail.

Usage

Visit the site here to browse the documentation.

Running Locally

If you'd like to run this project locally (mainly for folks that want to contribute), you'll need to clone the repo onto your machine:

~ git clone [email protected]:codewizardshq/docs.git

This project uses Python, so locate your Python interpreter and make sure you have Python 3 installed:

~ which python
/usr/bin/python
➜  ~ python --version
Python 3.10.0

Then, enter the directory of the repo and create and activate a virtual environment:

➜  docs git:(main) python -m venv .venv
➜  docs git:(main) source .venv/bin/activate
(.venv) ➜  docs git:(main) 

Install the dependencies in the requirements.txt file:

(.venv) ➜  docs git:(main) python -m pip install -r requirements.txt 

Then, you're ready to open your project in your favorite text editor (I'm using VS Code here) and fire up the local server:

(.venv) ➜  docs git:(main) code . 
(.venv) ➜  docs git:(main) mkdocs serve
INFO     -  Building documentation...
INFO     -  Cleaning site directory
INFO     -  Documentation built in 0.34 seconds
INFO     -  [12:17:18] Serving on http://127.0.0.1:8000/

Navigate to the provided URL (http://127.0.0.1:8000/ in this case) in your web browser, and you can see any changes you make as soon as you save a file.

Contributing

If you spot a typo or have a suggestion, you can file an issue here and the project maintainers will reach out to you.

docs's People

Contributors

daniel-schroeder-dev avatar cynthia-cwhq avatar usrbinsam avatar mityaiko 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.