Files
ECSESS/DevNotes.md
2025-05-05 23:38:18 -04:00

1.5 KiB

Development Notes

Documentation is important !!

Development Stack

  • SvelteKit: 2
  • Svelte: 5
  • TailwindCSS: 4
  • bun (https://bun.sh) - it's npm and node for JavaScript/TypeScript runtime. Feel free to use npm, pnpm, or even deno if you wish, but I built this project with bun hehe 😄
bun i # install dependencies
bun run dev   # development server
bun run build # test build

Design:

Libraries I consider to use:

ECSESS Colors

  • I didn't use SkeletonUI custom colors or themes. I rely solely on TailwindCSS custom colors variable.
ECSESS Colours HEX var
Beigey Green #a9b7a0 --color-ecsess-200
Touching Grass #5c8a5c --color-ecsess-400
Simply Green #3b6a3a --color-ecsess-600
Iconic Dark Green #0A3D2A --color-ecsess-800
Not quite black #1f1f1f --color-ecsess-black

CMS Integration

  • Edit .env in the project folder (see .env.example for template)
  • Add the Sanity CMS's Project ID
  • See the data when you run bun run dev