- install nodejs for your platform, check
.github/workflows/github-ci.yml
to get version of nodejs - go to project's directory
- run
npm i
- make installation
- go to project's directory
- run
npm run front:start-*
and\ornpm run back:start-*
See guide for generating self-signed certificate. Generated certificate (localhost+1.pem, localhost+1-key.pem) and root certificate (rootCA.pem) should be placed into ssl directory.
$ brew install mkcert // Install mkcert
$ mkcert -install // Create a new local CA
$ mkcert localhost 127.0.0.1 // Generate a certificate for the host you are using locally, e.g localhost
$ mkcert -CAROOT // Locate the path of you rootCA.pem file
Uncomment devServer.server
to use ssl certificates locally
- Max file size is 75MB
- Max image file size is 16MB
- Max audio duration is 3 hours (i.e. 180 minutes)
See license.