1.0 KiB
1.0 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://github.com/Mik-TF/inca_docs
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.