- cert.der-web: front end
- cert.der-server: back end
- Installation
- Front End
cd cert-der-web && npm i- Create
.envfile incert.der-weband fill out values from.env.example - Install Homebrew, and run
npm run setupto setup and install keys for running securely
- Front End
- To run front end,
cd cert.der-weband runnpm run serve
- To add a new component, copy one of the components in the
src/componentsfolder to a new.vuefile - In
main.js, import the component and useVue.component, like the post component is.
To build the front end, run npm run build, and deploy the dist folder.