https://github.com/coderbyheart/localschedule
Create a sharable schedule with times in your local timezone. Great for remote conferences!
https://github.com/coderbyheart/localschedule
Last synced: 8 months ago
JSON representation
Create a sharable schedule with times in your local timezone. Great for remote conferences!
- Host: GitHub
- URL: https://github.com/coderbyheart/localschedule
- Owner: coderbyheart
- Created: 2020-05-08T22:16:38.000Z (over 5 years ago)
- Default Branch: saga
- Last Pushed: 2024-04-14T14:12:16.000Z (over 1 year ago)
- Last Synced: 2024-04-15T04:40:29.587Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://localschedule.netlify.app
- Size: 3.75 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Schedule

[](https://github.com/semantic-release/semantic-release)
[](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[](https://github.com/prettier/prettier/)
[](https://github.com/typescript-eslint/typescript-eslint)
[](https://reactjs.org/)
[](https://github.com/css-modules/css-modules)
[](https://vitejs.dev/)
Create a shareable schedule with times in your local timezone. Great for remote
conferences!
### Install dependencies
npm ci
### Start the development server
npm start
### Run the tests
Unit tests can be run using
npm test
End-to-end tests can be run using
npm run test:e2e
You can see the browser by running
PWDEBUG=1 npm run test:e2e
## Architecture decision records (ADRs)
see [./adr](./adr).