Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 869 Bytes

File metadata and controls

19 lines (12 loc) · 869 Bytes

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