Skip to content

0xFrann/digital-contracts

Repository files navigation

Digital Contracts

Digital contracts manager. Send, fill and sign contracts online.

Installation

yarn  # preferred over npm install

Development

Run the development server

yarn dev

Run the development server with SSL (so that the location permission works)

brew install mkcert # install mkcert
mkcert localhost # create the certifications for localhost and copy into ./https_cert/
yarn dev-SSL # run the server on local and lan connection

MKCert repository

Boilerplate

https://paulintrognon.fr/blog/typescript-prettier-eslint-next-js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT