summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-11-12bug: Fix React invariant error due to dependency mismatchFabian Mastenbroek
This change fixes an issue with React crashing due to an invariant error that was caused by a dependency mismatch between React and react-konva. I have included the Yarn lock file in the repository to prevent these issues from happening in the future and keeping the installation deterministic. Additionally, I have updated react-konva and konva to the latest version to be compatible with the targeted React release. Fixes #63
2017-09-23Use env variables for logging and oauth controlGeorgios Andreadis
2017-09-23Update metadata and docsGeorgios Andreadis
2017-09-23Remove .gitignoreGeorgios Andreadis
2017-04-03Factor out hardcoded SERVER_BASE_URLGeorgios Andreadis
2017-01-25Update .gitignore for WebStorm setupGeorgios Andreadis
2017-01-24Initial commitGeorgios Andreadis