/notes

Primary LanguageTypeScriptMIT LicenseMIT

edu notes

this is the source-code powering a collection of notes that i've written over time, mostly for myself. in the spirit of working with garage doors open, i've published them and open sourced this website.

much of the code is forked from the work of people at reflect with some modifications of my own.

works under writing are original, my notes a mix of thoughts with quotes from the artwork subject of the note.

run this repo locally

Clone the repo and install the dependencies.

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.