f669eb400b9348c311cbf117798bcf32ca3448a1
				
			
			
		
	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 www_projectinca
npm install
npm run dev
For more information, read the original AstroWind docs.
Run with Make
To run the website locally with Make, simply run:
make run
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 developmentbranch
The code owners will merge development branch to main branch.
Description
				Project INCA Website in Astro - Archive. The content of the website has been incorporated into threefold.io website
						
						
						
					Languages
				
				
								
								
									Astro
								
								86.4%
							
						
							
								
								
									TypeScript
								
								9.8%
							
						
							
								
								
									JavaScript
								
								2.7%
							
						
							
								
								
									CSS
								
								0.8%
							
						
							
								
								
									HTML
								
								0.2%