https://github.com/wmcadigital/wmn-cms-docs
CMS Documentation for West Midlands Network
https://github.com/wmcadigital/wmn-cms-docs
Last synced: about 1 month ago
JSON representation
CMS Documentation for West Midlands Network
- Host: GitHub
- URL: https://github.com/wmcadigital/wmn-cms-docs
- Owner: wmcadigital
- Created: 2020-06-02T07:59:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T22:36:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T22:32:19.738Z (3 months ago)
- Language: JavaScript
- Homepage: https://wmcadigital.github.io/wmn-cms-docs/
- Size: 24.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# West Midlands Network CMS Documentation
CMS Documentation based on Docz.
This is a work in progress and not complete.
## Quick start
You'll need [Git](https://help.github.com/articles/set-up-git/) and [Node.js](https://nodejs.org/en/) installed to get this project running.
1. Clone the project with `git clone https://github.com/wmcadigital/wmn-cms-docs.git`
2. Run `yarn` in the root folder.
3. Run `yarn dev` to launch the dev environment with hot reloading.
4. Visit [http://localhost:3000](http://localhost:3000)## Other scripts
### Build
```sh
yarn build # npm run build
```### Serve built app
```sh
yarn serve # npm run serve
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.