Giter Club home page Giter Club logo

n4d's Introduction

Networking 4 Devs

This repository holds the sources for the network4dev.net website.

Setting up locally

To develop locally and build the website as you edit the documentation, here's what you have to do. You will need a shell, git and python3.

# Create a local project folder
mkdir network4dev && cd network4dev

# First, clone this repo locally
git clone https://github.com/network4dev/n4d.git

# Next, create a virtualenv
python3 -m venv venv
source venv/bin/activate

# Update and install dependencies
pip install -U pip setuptools
pip install sphinx sphinx-autobuild sphinx_rtd_theme recommonmark

# Build and serve locally
cd n4d
sphinx-autobuild . _build/html 

Contributing

We use GitHub to host code, to track issues and feature requests, as well as accept pull requests. The process is explained here - Github Flow - and we're happy to help you get on your way to contributing to the project!

All commits to the master branch must be done via PRs which are reviewed and approved by the maintainers.

So fork the repository, make some changes and submit them to us as a PR!

Once the code makes it into the master branch, the webhooks ensure the RTD build triggers and is pushed to the live website over at network4dev.net!

n4d's People

Contributors

cmsirbu avatar ddib-ccde avatar

Watchers

James Cloos avatar Daren Fulwell 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.