Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.14 KB

File metadata and controls

25 lines (16 loc) · 1.14 KB

This site is deployed at https://indiedevuse.com

Adding yourself

If you want to add yourself, submit a PR:

  • add to the end of the list in developers.json. Make up an id that is unique in the file — use hyphens and all lowercase, not periods or MixedCase.
  • an avatar image file in avatars/. Keep it to about 500x500. Run ImageOptim (or equivalent) on your avatar files. It's unlikely that the file would be bigger than 300kb.

Watch out for commas in developers.json.

I might make minor edits to the list of tools for consistency like for spelling/casing.

To run locally

git@github.com:hboon/indiedevuse.com.git
cd frontend
pnpm i
pnpm run dev

To run in a Docker container

Chris Shennan kindly wrote up instructions for running IndieDevUse.com in a Docker container.