An app for digitally signing prescription and ensuring legitimacy for e-pharmacies.
Assuming you have Node.js
installed, you can host this locally as follows:
- Install (or Update) your
node_modules
.
npm install
- Run the development server (Hot-reloading should be enabled).
npm run dev