An open API service indexing awesome lists of open source software.

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.

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.