/conax

ConAx is a communicative platform to stack and share multi-modal research data. It’s a service for transformation and structural reconciliation of open research frameworks to create R&D and R&I projects.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

ConAx

ConAx is a communicative platform to stack and share multi-modal research data. It’s a service for transformation and structural reconciliation of open research frameworks to create R&D and R&I projects.

GitHub Pages

GitHub Pages is designed to host your personal, organization, or project pages from a GitHub repository.

GitHub Pages config and deploy

Place all the folder dist/ content to docs/ - it will be available via address connectionaxis.github.io/conax

$ cp -r dist/* docs/
$ git add --all && git commit -m 'deploy web update (#)' && git push