This repository contains the code to deploy the INCA Docs website, a project by ThreeFold.
You need npm to run this website.
- Install
npm
sudo apt update
sudo apt install nodejs
npm -v
You can preview the website with a few lines.
git clone https://github.com/Mik-TF/inca_docs
cd inca_docs
npm install
npm run dev
For more information, read the original AstroWind docs.
INCA Docs is licensed under the Apache 2.0 license — see the LICENSE file for details.
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.