This is a website to developers using gatsby, bulma, netlify and stackbit. Add github profile to add your information as repositories, languages used and projects. Also add dev profile to add your articles.
It was created with Stackbit in under a minute.
Create a github api key, also add your google-analytics tracking id and recaptcha key.
To add a project:
In your repository add a new topics with name ìs-web-project
or is-backend-project
or is-
whatever-project
and add an image in your repository with name is-thumb.png
.
Create a file .env.development
and add next variables
GATSBY_DOMAIN=
GATSBY_GITHUB_USER=
GATSBY_GITHUB_API_KEY=
GATSBY_GOOGLE_ANALYTICS_TRACKING_ID=
GATSBY_RECAPTCHA_KEY=
GATSBY_DEVTO_USERNAME=
-
Install Node.js and npm
-
Install npm dependencies:
npm install
-
Start the Gatsby local development server:
npm run develop
-
Open http://localhost:8000/ in the browser