Feed-based event tracker
public | ||
src | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
yarn.lock |
diretto
Getting started
Get dependencies
yarn
Compile and run dev server
yarn serve
Compile and build for production
yarn build