Skip to content

simon360/sadl.io

Repository files navigation

The SADL system

Netlify Status

Components and sites that comprise the SADL online presence

Viewable at sadl.io.

Develop

Install packages using yarn:

yarn

Continuously build everything with the start script:

yarn start

Continuously build individual packages with workspace start scripts. (For a nicer output than you get above, try each of these within a split in your terminal):

yarn workspace @sadl/components start
yarn workspace @sadl/site-components start
yarn workspace @sadl/site-sadl.io start

Automatically format supported files with the format script:

yarn format

Lint supported files with the lint script:

yarn lint

Changed/staged files will automatically linted and formatted before a git commit will run.

Build

This project is built to static. It can be deployed to almost any web server.

Build with the build script:

yarn build

This will output a static site in /public.

Deploy

This project is automatically deployed to Netlify.

Releases

No releases published

Packages

No packages published