Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Trikolon/pbz-uber

Repository files navigation

Code Climate

My personal website written in modern Javascript (ES6) and bundled with webpack. It includes an interactive terminal with custom commands. Also comes with a service worker for offline usage.

Build

Install dependencies

npm install

Run in development mode

npm run dev

Bundle files for production (destination folder: public)

npm run build