Skip to content

glitchdigital/deepquote

Repository files navigation

Deepquote

This is website for deepquote.io

Technology Stack

Getting Started

You will need Node.js installed.

  1. To get started clone the repository and run npm i to install dependancies.

  2. In the root directory, copy .env.example to .env file and edit the .env file to configure the application.

  3. To start the server locally, run npm run dev and go to http://localhost:3000 in a browser.

Deploying Changes

Changes are pushed to the main branch on GitHub are deployed to https://www.deepquote.io within a few seconds.