Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

qlawmarq/gatsby-markdown-emotion-template

Repository files navigation

gatsby-starter-emotion-typescript

codebeat badge

Gatsby template for Blog, Web Site, CMS.

Integrated Libraries

Set up

Prerequisites software

Set up develop environment

There are two way to set up develop environment:

  • Use Node.js in Docker
  • Use Local Node.js

You can choose the way you like.

Set up with Docker

Make sure you have Docker installed on your PC.

docker -v
Docker version 19.03.13, build 4484c46d9d
docker-compose -v
docker-compose version 1.27.4, build 40524192

Execute the following commands.

git clone https://github.com/YopiNoji/gatsby-blog.git
cd gatsby-blog
docker-compose up

Visit http://localhost:8000/.

Setup with Node.js

Make sure you have Node.js installed on your PC.

node -v
v14.14.0

Execute the following commands.

git clone https://github.com/YopiNoji/gatsby-blog.git
cd gatsby-blog
npm i
npm run develop

Visit http://localhost:8000/.

Deploy

You can choose your own way to deploy website, such as using AWS S3 & CloudFront or GCP or Netlify or Vercel or something.

If you are new to Gatsby, I recommend to use Vercel or Netlify for deployment.

How to deploy Gatsby website to Vercel: https://vercel.com/solutions/gatsby

How to deploy Gatsby website to Netlify: https://www.netlify.com/with/gatsby/#deploy

Deploy to Netlify

About

Blog template with GatsbyJS, Emotion, TypeScript, Markdown.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published