1
0
Fork 0
Feed-based event tracker
Datei suchen
Hamcha 28788c8fc0 Parse some fields off each item 2019-07-16 16:47:51 +02:00
public Clean things up before things get serious 2019-07-16 14:31:52 +02:00
src Parse some fields off each item 2019-07-16 16:47:51 +02:00
.browserslistrc init 2019-06-26 20:45:22 +02:00
.eslintrc.js Clean things up before things get serious 2019-07-16 14:31:52 +02:00
.gitignore init 2019-06-26 20:45:22 +02:00
README.md Clean things up before things get serious 2019-07-16 14:31:52 +02:00
babel.config.js Clean things up before things get serious 2019-07-16 14:31:52 +02:00
package.json Actually get the feeds 2019-07-16 16:43:29 +02:00
postcss.config.js Clean things up before things get serious 2019-07-16 14:31:52 +02:00
tailwind.config.js Clean things up before things get serious 2019-07-16 14:31:52 +02:00
tsconfig.json Clean things up before things get serious 2019-07-16 14:31:52 +02:00
yarn.lock Actually get the feeds 2019-07-16 16:43:29 +02:00

README.md

diretto

Getting started

Get dependencies

yarn

Compile and run dev server

yarn serve

Compile and build for production

yarn build