Skip to content

brumeproject/www

Repository files navigation

Brume

Technologies to hide yourself in plain sight

Stack

  • deno for the runtime
  • react and react-dom for rendering
  • tailwindcss via @hazae41/rewind and @hazae41/labase for the styles
  • esbuild via @hazae41/glace for bundling
  • @hazae41/immutable for immutable caching

Setup

Development

Install Deno

npm install -g deno

Clone this repository

git clone https://github.com/brumeproject/www.git && cd ./starter && rm -rf ./.git && git init

Install

deno install

Develop

deno task develop

Vercel

Just setup the build command

deno task examine && deno task prepack

The output directory

./out

The install command

npm install -g deno && deno install

Usage

  • Develop
deno task develop
  • Test
deno task examine
  • Build
deno task prepack
  • Serve
deno task produce
  • Install new package
npm install [-D] <package>

Releases

No releases published

Packages

No packages published