The front facing website for the Kibisis wallet.
The website is built using Docusaurus and fills the role of landing page, tutorial and blog for Kibisis.
- 1. Overview
- 2. Requirements
- 3. Setup
- 4. Development
- 5. Deployment
- 6. Miscellaneous
- 7. How to Contribute
- 8. License
TBA...
- Install Node v20.9.0
- Install Yarn v1.22.5+
- Install the Yarn dependencies:
yarn install
- After the dependencies have been installed, simply run:
yarn start
- If the page is not opened automatically, navigate to http://localhost:3000.
Although the deployment is handled through the CI (GitHub Actions), it is necessary to outline the steps that are involved in the deployment.
- Install Node v16.14.0
- Install Yarn v1.22.5+
- If this is a new repo, first create a new orphaned branch with no history and no files:
git checkout --orphan gh-pages
- Add an initial empty commit:
git commit --allow-empty -m "chore: initial commit" && git push -u origin/gh-pages
- TBC...
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. |
Please read the Contributing Guide to learn about the development process.
Please refer to the LICENSE file.