Skip to content

vora/design-assistant

 
 

Repository files navigation

Responsible AI Design Assistant pr test

Development

Original Documentation

You will need to use vscode in order to use our auto-formatting tools and linting.

Getting Started

Set the following environment variables:

MONGODB_URL=mongodb+srv...secret...
REACT_APP_API_BASE_URL=http://localhost:5000

Then run:

$ git clone https://github.com/AI-Global/design-assistant && cd design-assistant
$ yarn install
$ yarn watch:react

To start the backend, open another terminal and do:

$ yarn watch:api

Layout

  • /src - the react app
  • /src/views - each UI page
  • /src/Components - reusable react components
  • /public - static assets (images, compiled JS libraries, etc)
  • /api - the express backend
  • /.vscode - shared vscode settings for the project

Helpful Docs

About

Responsible AI Design Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • CSS 6.4%
  • Other 0.6%