https://github.com/gridaco/console
[Under development] Grida console for managing your designs, asset, translations with collaboration.
https://github.com/gridaco/console
codepen dart-pad dart-services flutter-pad monaco nextjs
Last synced: 8 months ago
JSON representation
[Under development] Grida console for managing your designs, asset, translations with collaboration.
- Host: GitHub
- URL: https://github.com/gridaco/console
- Owner: gridaco
- Created: 2020-09-16T08:27:03.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T00:39:47.000Z (over 3 years ago)
- Last Synced: 2024-05-23T00:01:24.842Z (about 2 years ago)
- Topics: codepen, dart-pad, dart-services, flutter-pad, monaco, nextjs
- Language: TypeScript
- Homepage: https://console.grida.co/
- Size: 3.09 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Grida Console](https://console.grida.co)
Grida's project collaboration console for product-level management
## Dependencies
- [re-resizable](https://github.com/bokuweb/re-resizable)
## The design file
opened and available on [figma](https://www.figma.com/file/Gaznaw1QHppxvs9UkqNOb0/?node-id=328%3A734)
## How to run
> this repo uses yarn workspace with git submodules. you have to pull / clone with --recurse-submodules
```sh
git clone --recurse-submodules https://github.com/bridgedxyz/console.bridged.xyz.git
yarn
yarn web
```
## Build your plugin for console
with our [plugin-sdk](https://github.com/bridgedxyz/plugin-sdk) you can customize, embed, extend console that best fits your situation.