trailblazing the Go/RSC stack: Risky a Go Go
Now Playing:
- get databased
Todoozers:
Up next:
- fix the
/rscy
ui- mobile responsiveness (flip flex boxes, reduce grid columns, etc.)
- abbreviate
Busyness
text + some kinda expando- for expando: thinking modal on hover kinda like a netflix tile
- cooler
Dopness
representation
- RSC server
gotta have it all:
in the directory:
# open up turso db shell
turso db shell <db name>
# in shell, read .sql file
.read ./db/rscy-gs.sql
run it again and you got yourself a fresh new db, ya dig?
add deez variables to a .env
file in the root dir, yo:
DB_TOKEN=
DB_URL=
in the directory:
# install tailwind + build css
npm install
npm run build
# tailwind watch /views dir
npm run watch
meanwhile in another shell... start er up:
# air watch go code
air
we're watching files and rebuilding and shit but we're not reloading it in the browser yet ok sorry you're gonna have to do that yourself for now my bad
RSCY G
- name - rsc'r
- email - limit number of rscy's by email
- busyness - buncha text
- dopness - integer betweem 0-100 representing Dennis hOPperNESS
format /views
:
npm run format
lint /views
:
npm run lint