The official website for the Crytpo Coin project. Live at crytpo-coin.github.io.
Use the below command to clone this repository. This will ensure the theme submodule is also cloned.
git clone --recurse-submodules https://github.com/Crytpo-Coin/crytpo-coin.github.io
To run the website locally, you will need Zola installed. See this page for help with installation.
Once it is installed, open the Terminal and change directory to the repository. Then run zola serve
and the website will be hosted locally (see command output for URL). Any changes made to content or other base files will be listened to and updates to the local site will be made automatically.