Skip to content

peterdee/deepseen-web

Repository files navigation

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