graasp / graasp-app-collaborative-ideation

A Graasp App to facilitate collaborative ideation sessions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graasp App: collaborative ideation

GitHub release (with filter)

GitHub Workflow Status (with event) GitHub Workflow Status (with event) GitHub Workflow Status (with event)

Conventional Commits

Security Rating

Vulnerabilities

Bugs

Reliability Rating

Development

Installation

Clone this repository.

Running the app

Create a .env.development file with the following content:

VITE_PORT=3333
VITE_API_HOST=http://localhost:3000
VITE_ENABLE_MOCK_API=false
VITE_GRAASP_APP_KEY=02052cf4-cc45-45c6-b0b8-61102244ed11
VITE_VERSION=latest
VITE_WS_HOST=ws://localhost:3000/ws

Running the tests

Create a .env.test file with the following content:

VITE_PORT=3333
VITE_API_HOST=http://localhost:3636
VITE_ENABLE_MOCK_API=true
VITE_GRAASP_APP_KEY=45678-677889
VITE_VERSION=latest

# dont open browser
BROWSER=none

About

A Graasp App to facilitate collaborative ideation sessions.

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 99.2%Language:HTML 0.4%Language:CSS 0.2%Language:Shell 0.1%