briantakita.com

briantakita.com

Stars
4
Committers
1

briantakita.com

www.briantakita.com site

See http://www.briantakita.com/posts/monorepo-static-sites-using-sveltejs-rollup-bash/

Installation

git clone https://github.com/btakita/briantakita.com.git
git submodule init
git submodule update
npm i -g yarn lerna
yarn

I recommend using direnv.

Development

If you have tmux, run:

tmux-btakita.sh

Otherwise:

cd packages/web
yarn run dev

pages/build.pages.js

This module builds all of the static pages on briantakita.com. Using buble makes it easy create a parallelized build while avoiding callback hell. The advantage of not using a build tool such as grunt, is it's easier to utilize existing libraries & to reduce accidental complexity.

Deployment

make