A web application for the Deepseen project
Stack: Next, React, Typescript, Bootstrap 5
PROD: https://deepseen-web.herokuapp.com
git clone https://github.com/peterdee/deepseen-web
cd ./deepseen-web
nvm use 14
yarnThe .env file is required, see the .env.example for details
yarn devyarn buildBuild the application first, and then run:
export PORT=3000
yarn startYou can specify your own port
yarn lintUsing ESLint
The stage branch is auto-deployed to Heroku