This is website for deepquote.io
You will need Node.js installed.
-
To get started clone the repository and run
npm i
to install dependancies. -
In the root directory, copy
.env.example
to.env
file and edit the.env
file to configure the application. -
To start the server locally, run
npm run dev
and go tohttp://localhost:3000
in a browser.
Changes are pushed to the main branch on GitHub are deployed to https://www.deepquote.io within a few seconds.