Blog IT's on us
 
 
 
Go to file
Nicolas Doby 5ae9f63745 chore: add documentation, remove comments and old files 2022-10-21 15:32:11 +02:00
src feat: change main title 2022-10-21 15:20:05 +02:00
.editorconfig feat: first commit 2022-10-14 17:14:38 +02:00
.gitignore refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00
.nojekyll feat: first commit 2022-10-14 17:14:38 +02:00
.nvmrc feat: first commit 2022-10-14 17:14:38 +02:00
README.md chore: add documentation, remove comments and old files 2022-10-21 15:32:11 +02:00
babel.config.json chore: minify CSS using Webpack 2022-10-18 15:05:11 +02:00
eleventy.config.js chore: add documentation, remove comments and old files 2022-10-21 15:32:11 +02:00
package.json refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00
postcss.config.js refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00
webpack.config.common.js refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00
webpack.config.dev.js refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00
webpack.config.prod.js refactor: add sass, minify HTML, remove i18n 2022-10-20 16:10:53 +02:00

README.md

IT's on us Blog

This web site is generated using Eleventy.

Installation

Use NPM to install dependencies.

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.