Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 536 Bytes

radio.subvisual.com

A basic Eleventy app powered by Snowpack.

Just place njk or md files under src and they will get turn into HTML pages by Eleventy.

Write Javascript and CSS under src/assets. Write any JS you want. PostCSS with postcss-preset-env (stage 0) is enabled.

Available Scripts

bin/setup

Provided you have ASDF, this script will set everything up.

bin/server

Runs the development server

bin/lint

Lints all JS and CSS code.

bin/build

Builds the static site and outputs it on build