Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 282 Bytes

Tagayasu

A bring-your-own-storage digital garden writing platform

Development

$ npm install $ npx webpack npx http-server dist/app --proxy 'http://localhost:8080?' OR $ npx http-server dist/landing

Building for Production

$ npx webpack --config webpack.prod.js