/marcosmonzon

My own website made with LitElement

Primary LanguageJavaScript

marcosmonzon

My own website made with LitElement!

Install dependencies

npm i

Serve project

npm start

Testing using karma

npm run test

Eslint scan

npm run lint

Transpile with Babel inside /lib

npm run build

Pack everything for deployment

npm run bundle

Deploy up to gh-pages

npm run deploy