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

Latest commit

 

History

History
23 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 606 Bytes

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