This website showcase the project and guide the users to the platform.
Written in JavaScript, and it uses VueJS and Vuetify as frameworks.
- Create a copy of
.env.example
, name it.env
and adjust the settings according to your current setup. - Run
npm install
oryarn
in the root directory. - Run
npm run build
.
If you want to make modifications to the UI, also run:
npm run serve
The Polymind website is open-sourced software licensed under the BSD-3-Clause.