Website created for Kerinci Kultur, an indonesian organization located in Sumatra.
Created using Gatsby, hosted on Netlify.
The website is automatically redeployed for each push in the master branch of this repository (thanks to Netlify). Use branches to test new features as any modification in master will alter the online website.
Please refer to the Gatsby documentation for any specific details about it.
To develop, use the following commands:
Install Gatsby
npm install --global gatsby-cli
Clone the repository
git clone https://github.com/RomainCscn/kerinci.git
Install the dependencies
npm install
Launch the local version and develop
gatsby develop
Push to master when you're done and want to see the online website updated.