Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterdee/deepseen-web
A web application for the Deepseen project
https://github.com/peterdee/deepseen-web
bootstrap5 deepseen heroku nextjs react socket-io typescript websockets
Last synced: about 2 months ago
JSON representation
A web application for the Deepseen project
- Host: GitHub
- URL: https://github.com/peterdee/deepseen-web
- Owner: peterdee
- License: mit
- Created: 2021-01-22T19:44:01.000Z (almost 4 years ago)
- Default Branch: stage
- Last Pushed: 2021-03-25T16:41:22.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T23:44:00.406Z (almost 2 years ago)
- Topics: bootstrap5, deepseen, heroku, nextjs, react, socket-io, typescript, websockets
- Language: TypeScript
- Homepage: https://deepseen-web.herokuapp.com
- 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)