1.4 KiB
1.4 KiB
INCA Docs
Table of Contents
Introduction
This repository contains the code to deploy the INCA Docs website, a project by ThreeFold.
Prerequisites
You need npm to run this website.
- Install
npm
sudo apt update
sudo apt install nodejs
npm -v
Website Preview
You can preview the website with a few lines.
git clone https://git.ourworld.tf/tfgrid/www_projectinca
cd inca_docs
npm install
npm run dev
For more information, read the original AstroWind docs.
License
INCA Docs is licensed under the Apache 2.0 license — see the LICENSE file for details.
References
This INCA Docs website is based on the amazing AstroWind repo.
We changed the license from MIT to Apache 2.0 to suit this specific project.
Contribute
To contribute to this repository:
- Make a new branch with
development_
as a prefix (e.g.development_update
) - Make changes locally on your code editor
- Push changes to the new branch
- Make a pull request to
development
branch
The code owners will merge development
branch to main
branch.