the third try to automate lost&found organization for chaos events. not a complete rewrite, but instead building on top of the web frontend of version 2. everything else is new but still API compatible. now with more monorepo. https://c3lf.de
Go to file
2019-12-05 23:27:24 +01:00
public init 2019-11-13 22:02:44 +01:00
src add some views and routes 2019-12-05 23:27:24 +01:00
.editorconfig setup bootstrap 2019-11-13 23:21:19 +01:00
.env.example populate events trough apicall and save active event in url 2019-12-05 04:32:33 +01:00
.eslintrc.js mock data an implement basic datatable 2019-11-14 19:30:00 +01:00
.gitignore postpone the .env problem 2019-12-05 22:26:45 +01:00
API.md populate items trough apicall 2019-12-05 20:10:43 +01:00
babel.config.js enforce semicolons 2019-11-13 22:20:41 +01:00
package-lock.json mock data an implement basic datatable 2019-11-14 19:30:00 +01:00
package.json populate events trough apicall and save active event in url 2019-12-05 04:32:33 +01:00
README.md init 2019-11-13 22:02:44 +01:00
yarn.lock make event slug bigger 2019-12-01 22:00:06 +01:00

c3cloc

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.