Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 308 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 308 Bytes

Kraken WebSite

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build site app,

$ npm run build

Translate

Translate a single file

$ npm run translate ./docs/fileName

Translate all files

$ npm run translateAll