Skip to content
Snippets Groups Projects
user avatar
#43: Fixed the filter issue. Contributors can see the status of their...
raghosh authored
#43: Fixed the filter issue. Contributors can see the status of their requested changes. Maintainer can see all the request of individual condensate or protein and can accept of reject the request. Admin or authenticated users only have view of the requests.
9744ac62
History

DD-CODE web interface

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Copy all the files under /dist to the web folder

cp -R dist/* [your_webserver_root]

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

  • It requires proper settings in src/components/js/const.js.
export const host = '/api';
export const devHost = '/api';
export const apikey = '<your api key>'

References: