Inspired by this repo from Rafael Fabeni, I've created this website to document every thing I'm learn daily. Feel free to clone and use as your Log too 🥰
Had a cool idea? Please open an Issue and let's talk!
- Gatsby
- Styled components 💅🏽
- Linting (Eslint and Prettier)
- Precommit Lints
- Node 8.11+
To ensure code quality and consistency, I recommend Visual Studio Code because it have integration with Eslint and Prettier extensions:
command | description |
---|---|
npm start | start local server at localhost:8000 |
npm run serve:prod | start local server with build version at localhost:8000 |
npm run serve:docker | start docker at localhost:8000 (run npm run build:docker first to create docker image) |
I dont have any tests yet =(
command | description |
---|---|
npm run build | serve files into /public folder |
npm run build:docker | build a docker image with package title and package version |
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.
I'm hosted my website into Netlify (what i strongly recommend)