- cert.der-web: front end
- cert.der-server: back end
- Installation
- Front End
cd cert-der-web && npm i
- Create
.env
file incert.der-web
and fill out values from.env.example
- Install Homebrew, and run
npm run setup
to setup and install keys for running securely
- Front End
- To run front end,
cd cert.der-web
and runnpm run serve
- To add a new component, copy one of the components in the
src/components
folder to a new.vue
file - 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.