https://github.com/peterdee/deepseen-web
A web application for Deepseen project
https://github.com/peterdee/deepseen-web
bootstrap5 deepseen nextjs react socket-io typescript websockets
Last synced: 2 months ago
JSON representation
A web application for Deepseen project
- Host: GitHub
- URL: https://github.com/peterdee/deepseen-web
- Owner: peterdee
- License: mit
- Created: 2021-01-22T19:44:01.000Z (over 5 years ago)
- Default Branch: stage
- Last Pushed: 2021-03-25T16:41:22.000Z (over 5 years ago)
- Last Synced: 2025-01-21T10:11:17.423Z (over 1 year ago)
- Topics: bootstrap5, deepseen, nextjs, react, socket-io, typescript, websockets
- Language: TypeScript
- Homepage: http://localhost:3000
- Size: 534 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## deepseen-web
A web application for the [Deepseen](https://github.com/peterdee/deepseen-desktop) project
Stack: [Next](https://nextjs.org), [React](https://reactjs.org), [Typescript](https://www.typescriptlang.org), [Bootstrap 5](https://getbootstrap.com/docs/5.0/)
DEV: http://localhost:3000
PROD: https://deepseen-web.herokuapp.com
### Deploy
```shell script
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](.env.example) for details
### Launch
```shell script
yarn dev
```
### Build
```shell script
yarn build
```
### Run static version
Build the application first, and then run:
```shell script
export PORT=3000
yarn start
```
You can specify your own port
### Linting
```shell script
yarn lint
```
Using [ESLint](https://eslint.org)
### Heroku
The `stage` branch is auto-deployed to Heroku
### License
[MIT](LICENSE)