18 lines
351 B
Markdown
18 lines
351 B
Markdown
# IT's on us Blog
|
|
|
|
This web site is generated using [Eleventy](https://www.11ty.dev/).
|
|
|
|
|
|
## Installation
|
|
|
|
Use NPM to install dependencies.
|
|
|
|
```bash
|
|
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.
|
|
|
|
Run ```npm run prod``` to build a production version.
|