https://github.com/nbw/whentwochat
When To Chat V2
https://github.com/nbw/whentwochat
nextjs scheduling timezones
Last synced: 7 months ago
JSON representation
When To Chat V2
- Host: GitHub
- URL: https://github.com/nbw/whentwochat
- Owner: nbw
- Created: 2021-04-07T14:18:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T02:11:10.000Z (8 months ago)
- Last Synced: 2025-03-24T02:36:46.372Z (8 months ago)
- Topics: nextjs, scheduling, timezones
- Language: JavaScript
- Homepage: https://whentochat.co
- Size: 162 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# When To Chat
When To Chat V2! Rewritten using [Next.js](https://nextjs.org/) and Redux.
[](https://app.netlify.com/sites/whentwochat/deploys)
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.