conda / conda-dot-org

conda.org website
https://conda.org
BSD 3-Clause "New" or "Revised" License
29 stars 34 forks source link

conda-dot-org

Netlify Status

This is the repository for the conda.org community website. To become involved:

Code of Conduct

This repo and the web site it generates are governed by the conda organization code of conduct.

Implementation details

It is built using Docusaurus 2, a modern static website generator. The contents are structured like this:

Non listed directories or files are generated automatically are not relevant for modifications.

Local Development

$ git clone
$ cd conda-dot-org
$ npm install
$ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

Deploys by Netlify