Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 269 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 269 Bytes

WMCA Blog

Ensure you have LTS versions of node and npm installed.

To run locally execute the following at the root of the project:

npm run dev

To build assets for production, run the following at the root of the project:

npm run build