Skip to content

FaberVitale/notes

Repository files navigation

Notes

Notes, links and thoughts about programming, web etc...

A statically rendered, progressive web app and personal blog created with:

Scripts

  • develop | start: starts development server
  • build: build website in /public
  • format: runs prettier
  • deploy: deploys page to githubuser.io/notes
  • clean: deletes /public

hooks

  • prebuild: runs clean
  • precommit: runs flow eslint and prettier
  • predeploy: runs build

To Do

  • deploy
  • add tags
  • display post stats
  • tweak prismjs theme
  • add CLI to manage posts
  • add jest and/or cypress
  • change drawer content; an accordion maybe?
  • add more posts

License

MIT