Exun Clan's website is developed on React, and is generated using the GatsbyJS generator.
Live on https://exunclan.com
-
Clone the repository
Use the following command to clone the github repository
git clone https://github.com/exunclan/website
-
Install dependencies
Install the node modules by typing
yarn install
-
Start the development server
gatsby develop
For this, make sure you have the gatsby CLI installed.
npm install -g gatsby-cli
Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:
-
For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.
-
To dive straight into code samples head to our documentation. In particular, check out the “Guides”, API reference, and “Advanced Tutorials” sections in the sidebar.