MakeNowJust's diary system
$ git clone https://github.com/MakeNowJust/diary
$ cd diary
$ npm install
Then, start development server:
$ npm run dev
Using tools and libraries:
- Gatsby: a static site generator with React & GraphQL
- Storybook: UI component explorer
- Sass: CSS with superpowers
- Remark: Markdown processor powered by plugins
and, more and more.
Directory structure:
- src/
- assets/: non-source code assets (icons)
- components/: React components
- containers/: React components having GraphQL query
- pages/: entrypoint React components
- posts/: Markdown posts
- stories/: Storybook specs
- styles: Sass styles
- templates/: entrypoint React components used as template
- utils/: utility codes
- plugins/: private Gatsby plugins
© 2016-2025 TSUYUSATO "MakeNowJust" Kitsune