The website for smartadviser.co.uk.
npm i
The form within the application relies on the FORM_ENDPOINT
environment
variable to link to
99inbound.
NODE_OPTIONS=--openssl-legacy-provider npm start
You can also try out how it will work when deployed to Firebase with:
NODE_OPTIONS=--openssl-legacy-provider npm run start:fb
Which will run the following commands:
NODE_OPTIONS=--openssl-legacy-provider npm run build
firebase serve --only hosting
NODE_OPTIONS=--openssl-legacy-provider npm test
NODE_OPTIONS=--openssl-legacy-provider npm run build
Deploy with:
git push