Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 535 Bytes

Static website for adaptations3d.ca

Local development

Prerequisites

Install node and yarn

Installing dependencies

Run yarn

Linting, compiling the translations and generating the website

Run yarn build. The html and embedded javascript will be linted, then all required files will be copied under public/

Running

Run yarn start. It runs a simple Node script which uses express to serve the static files in public/

Deployment

Launch the Deploy site github action to deploy to Github Pages