/compform_site

This is the content for compform.net.

Primary LanguageJavaScript

Getting Started

Start by installing the project dependencies.

npm install

Then build and serve with

npm run start
npm run ... Description
start full build, then watch and serve on localhost:8080
serve serve the app with 11ty server
build does full build
build:clean removes the _site directory
build:mkdir recreates the _site directory
build:sass compiles sass to css
build:11ty uses eleventy to build site content

Staging

Staging on Netlify newcompform.netlify.app