Skip to content

LiveEnhancementSuite/LESwebsite

Repository files navigation

LES Website

This is the private repository for the website for Live Enhancement Suite.

When you deploy, Netlify will run the parcel build commands and host the dist folder it creates.

Things you need if you want to test locally

Install Node.js, install Parcel globally

npm install -g parcel-bundler

Install these packages in your project, you will need them.

npm install --save-dev node-sass
npm install --save-dev parcel-bundler
npm install --save-dev parcel-plugin-static-files-copy

Usage

Use the parcel command to run Parcel. This will launch a local server that will reload on save. Very handy!

parcel *.html

Use parcel build *.html to make a dist folder locally. This way you can check if it's correct before you actually deploy.

About

Official repository for the Live Enhancement Suite website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published