Website for Kenneth Kwakye-Gyamfi, built with GatsbyJS and React and hosted with ♥ at Netlify.
To install this website locally for modifications,
- Clone this repository from https://github.com/cross19xx/cross-site.
- Install the npm dependencies by running
npm install(oryarn installif you want to useyarn) - Run
npm run start. Alternatively, if you have thegatsby-cliinstalled globally, you can rungatsby develop - Visit
http://localhost:8000to view the website. To visit the GraphiQL (in-browser IDE), visithttp://localhost:8000/___graphql
To be updated soon
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.