Skip to content

CorsixTH/corsixth.github.io

Repository files navigation

corsixth.github.io

Development

Architecture

The website is built with mustache templates. Templates are in the templates directory, static assets in the assets directory.

Building the website will render the pages and moving static assets in the build directory.

Setting up the environment

Installing dependencies:

npm install --save-dev

Running the development environment:

npm run dev

The website will be available at http://localhost:1234