Project INCA Website in Astro
Go to file
2024-06-06 14:53:43 +00:00
.vscode added website to new repo 2024-06-04 08:03:43 -04:00
public added website to new repo 2024-06-04 08:03:43 -04:00
src updated smaller compute currency title 2024-06-06 10:23:15 -04:00
vendor added website to new repo 2024-06-04 08:03:43 -04:00
website_docs added website to new repo 2024-06-04 08:03:43 -04:00
.editorconfig added website to new repo 2024-06-04 08:03:43 -04:00
.gitignore added website to new repo 2024-06-04 08:03:43 -04:00
.npmrc added website to new repo 2024-06-04 08:03:43 -04:00
.prettierignore added website to new repo 2024-06-04 08:03:43 -04:00
.prettierrc.cjs added website to new repo 2024-06-04 08:03:43 -04:00
.stackblitzrc added website to new repo 2024-06-04 08:03:43 -04:00
astro.config.mjs added website to new repo 2024-06-04 08:03:43 -04:00
eslint.config.js added website to new repo 2024-06-04 08:03:43 -04:00
LICENSE.md added website to new repo 2024-06-04 08:03:43 -04:00
Makefile added makefile 2024-06-04 08:56:19 -04:00
netlify.toml added website to new repo 2024-06-04 08:03:43 -04:00
package-lock.json added website to new repo 2024-06-04 08:03:43 -04:00
package.json added website to new repo 2024-06-04 08:03:43 -04:00
README.md updated about 2024-06-04 11:33:35 -04:00
sandbox.config.json added website to new repo 2024-06-04 08:03:43 -04:00
tailwind.config.cjs added website to new repo 2024-06-04 08:03:43 -04:00
tsconfig.json added website to new repo 2024-06-04 08:03:43 -04:00
vercel.json added website to new repo 2024-06-04 08:03:43 -04:00
vscode.tailwind.json added website to new repo 2024-06-04 08:03:43 -04:00

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 development branch

The code owners will merge development branch to main branch.