Skip to content

kibis-is/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibisis logo

Kibisis Website

The front facing website for the Kibisis wallet.

GitHub Release GitHub Release Date - Published At GitHub Actions Deploy Workflow Status

GitHub License

The website is built using Docusaurus and fills the role of landing page, tutorial and blog for Kibisis.

Table of contents

🔭 1. Overview

TBA...

Back to top ^

📋 2. Requirements

Back to top ^

📦 3. Setup

3.1. Installations

  1. Install the Yarn dependencies:
yarn install

Back to top ^

🛠️ 4. Development

4.1. Running locally

  1. After the dependencies have been installed, simply run:
yarn start
  1. If the page is not opened automatically, navigate to http://localhost:3000.

Back to top ^

🚀 5. Deployment

5.1. Overview

Although the deployment is handled through the CI (GitHub Actions), it is necessary to outline the steps that are involved in the deployment.

Back to top ^

5.2. Requirements

Back to top ^

5.3. Deploy to gh-pages branch

  1. If this is a new repo, first create a new orphaned branch with no history and no files:
git checkout --orphan gh-pages
  1. Add an initial empty commit:
git commit --allow-empty -m "chore: initial commit" && git push -u origin/gh-pages
  1. TBC...

Back to top ^

📑 6. Miscellaneous

6.1. Useful commands

Command Description
yarn build builds the static website in the /build directory.
yarn serve serves the static website from the /build directory.
yarn start starts a development server that will serve your website and reflect the latest changes on http://localhost:3000.

Back to top ^

👏 7. How to Contribute

Please read the Contributing Guide to learn about the development process.

Back to top ^

📄 8. License

Please refer to the LICENSE file.

Back to top ^