Technologies to hide yourself in plain sight
denofor the runtimereactandreact-domfor renderingtailwindcssvia@hazae41/rewindand@hazae41/labasefor the stylesesbuildvia@hazae41/glacefor bundling@hazae41/immutablefor immutable caching
Install Deno
npm install -g denoClone this repository
git clone https://github.com/brumeproject/www.git && cd ./starter && rm -rf ./.git && git initInstall
deno installDevelop
deno task developJust setup the build command
deno task examine && deno task prepackThe output directory
./out
The install command
npm install -g deno && deno install- Develop
deno task develop- Test
deno task examine- Build
deno task prepack- Serve
deno task produce- Install new package
npm install [-D] <package>