This repository contains some custom code for https://lwcc.webflow.io/.
This project is built with:
-
Preconfigured development tools:
Open the repository in your terminal and install the NPM packages by running:
npm install
After that, you can generate the production files by running:
npm run build
The output will be generated in the dist folder.