👋 Thank you for passing by !
At Protocol - Decentralized network for building social applications.
Remult - THE fastest way to build full-stack apps handling data.
LayerCharts - Beautiful charts for Svelte
👉 Go and give them some love ! ✨
git clone git@github.com:jycouet/jyc.dev.git
pnpm i
pnpm dev
Note that you don't need a local Postgres database to run the app, by default it will fallback to JSON files. Once you want to switch to postgress, add the following environment variables:
# something like this:
DATABASE_URL=postgres://postgres:postgres@localhost:5432/jyc.dev