An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

# Local Schedule

![Build and Release](https://github.com/coderbyheart/localschedule/workflows/Build%20and%20Release/badge.svg?branch=saga)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)
[![React](https://github.com/aleen42/badges/raw/master/src/react.svg)](https://reactjs.org/)
[![CSS modules](https://img.shields.io/badge/CSS-modules-yellow)](https://github.com/css-modules/css-modules)
[![Vite](https://github.com/aleen42/badges/raw/master/src/vitejs.svg)](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).