Nicolas Doby fef9c11854 | ||
---|---|---|
src | ||
.editorconfig | ||
.gitignore | ||
.nojekyll | ||
.nvmrc | ||
README.md | ||
babel.config.json | ||
eleventy.config.js | ||
package.json | ||
postcss.config.js | ||
webpack.config.common.js | ||
webpack.config.dev.js | ||
webpack.config.prod.js |
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.