https://github.com/vuquangit/pet_web
Chat app
https://github.com/vuquangit/pet_web
chat reactjs typescript websocket
Last synced: about 2 months ago
JSON representation
Chat app
- Host: GitHub
- URL: https://github.com/vuquangit/pet_web
- Owner: vuquangit
- Created: 2024-05-10T03:16:25.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-08T07:08:18.000Z (over 1 year ago)
- Last Synced: 2025-03-29T07:29:00.944Z (about 1 year ago)
- Topics: chat, reactjs, typescript, websocket
- Language: TypeScript
- Homepage: https://www.petisland.icu/
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
## Available Scripts
In the project directory, you can run:
### `yarn dev`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `yarn build:dev`
Builds the app for dev to the `build` folder.
### `yarn build:dtg`
Builds the app for staging to the `build` folder.
### `yarn build:prod`
Builds the app for production to the `build` folder.
## Requires:
```
node: v20
```
## Deploy using GitAction
- Add ENV to /settings/secrets/actions -> Repository secrets
- .github -> Copy env from secrets to .env... file (dev, staging, production)
```
cp .env.development.sample .env.development
echo APP_API_ENDPOINT=${{ secrets.APP_API_ENDPOINT_DEV }} >> .env.development
echo ...
```