itsonus-blog/README.md

18 lines
351 B
Markdown
Raw Permalink Normal View History

# IT's on us Blog
2022-10-14 15:14:38 +00:00
This web site is generated using [Eleventy](https://www.11ty.dev/).
2022-10-14 15:14:38 +00:00
## Installation
2022-10-14 15:14:38 +00:00
Use NPM to install dependencies.
2022-10-14 15:14:38 +00:00
```bash
2022-10-14 15:14:38 +00:00
npm install
```
## Usage
Run ```npm run dev``` to start up a web server. Then open http://localhost:8080/ in your web browser to see the web site.
2022-10-14 15:14:38 +00:00
Run ```npm run prod``` to build a production version.