https://github.com/wmcadigital/wmca-blog
https://github.com/wmcadigital/wmca-blog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wmcadigital/wmca-blog
- Owner: wmcadigital
- Created: 2023-09-19T08:02:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T16:20:45.000Z (2 months ago)
- Last Synced: 2025-02-19T16:43:01.747Z (2 months ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```