Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 965 Bytes

File metadata and controls

61 lines (38 loc) · 965 Bytes

deepseen-web

A web application for the Deepseen project

Stack: Next, React, Typescript, Bootstrap 5

DEV: http://localhost:3000

PROD: https://deepseen-web.herokuapp.com

Deploy

git clone https://github.com/peterdee/deepseen-web
cd ./deepseen-web
nvm use 14
yarn

Environment variables

The .env file is required, see the .env.example for details

Launch

yarn dev

Build

yarn build

Run static version

Build the application first, and then run:

export PORT=3000
yarn start

You can specify your own port

Linting

yarn lint

Using ESLint

Heroku

The stage branch is auto-deployed to Heroku

License

MIT