1.5 KiB
1.5 KiB
PINCA Docs
Table of Contents
Introduction
This repository contains the code to deploy the PINCA 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
PINCA Docs is licensed under the Apache 2.0 license — see the LICENSE file for details.
References
This PINCA 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.