Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makenowjust/diary
makenowjust's diary
https://github.com/makenowjust/diary
css diary gatsby html javascript
Last synced: about 2 months ago
JSON representation
makenowjust's diary
- Host: GitHub
- URL: https://github.com/makenowjust/diary
- Owner: makenowjust
- License: mit
- Created: 2016-12-01T14:08:10.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T21:47:28.000Z (about 2 months ago)
- Last Synced: 2024-11-06T22:31:55.531Z (about 2 months ago)
- Topics: css, diary, gatsby, html, javascript
- Language: JavaScript
- Homepage: https://diary.quine.codes/
- Size: 4.48 GB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diary
> MakeNowJust's diary system
[![XO code style][xo-badge]](https://github.com/xojs/xo)
[xo-badge]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=for-the-badge&colorA=249786
## Getting Started
```console
$ git clone https://github.com/MakeNowJust/diary
$ cd diary
$ npm install
```Then, start development server:
```console
$ npm run dev
```## Architecture
Using tools and libraries:
- [Gatsby](https://www.gatsby.org): a static site generator with React & GraphQL
- [Storybook](https://storybook.js.org): UI component explorer
- [Sass](https://sass-lang.com): CSS with superpowers
- [Remark](https://remark.js.org): Markdown processor powered by pluginsand, [more and more](./package.json).
Directory structure:
- [src/](./src)
- [assets/](./src/assets): non-source code assets (icons)
- [components/](./src/components): React components
- [containers/](./src/containers): React components having GraphQL query
- [pages/](./src/pages): entrypoint React components
- [posts/](./src/posts): Markdown posts
- [stories/](./src/stories): Storybook specs
- [styles](./src/styles): Sass styles
- [templates/](./src/templates): entrypoint React components used as template
- [utils/](./src/utils): utility codes
- [plugins/](./plugins): private Gatsby plugins## Copyright
© 2016-2024 TSUYUSATO "[MakeNowJust](https://github.com/MakeNowJust)" Kitsune