# krata **Repository Path**: aidenctos/krata ## Basic Information - **Project Name**: krata - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-03 - **Last Updated**: 2024-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Krata Krata is a fork of original cloud based GeoJSON editor and map maker. This is a stripped down version of the cloud app with no persistant data. All the data will be destroyed once the tab is closed. Screenshot 2024-03-22 at 1 29 15 AM ## TODO - [ ] Add dexie powered indexedDB caching ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).