Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 401 Bytes

Ant1pattern.eth Webpage

Running

Just serve dist/ and you're good to go.

Development

Run npm install.

  • npm run serve - Development server
  • npm run build - Build
  • npm run watch - Watch for changes (not needed with dev server)
  • npm run eslint - Run eslint pass
  • npm run stylelint - Run stylelint pass

References