rix1 / meeting-timer

Just a silly meeting timer ⏱

Home Page:https://rix1-meeting-timer-kxtvp0psu.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rix1's meeting timer ⏱

This is a silly meeting timer that shows you the accumulated time (and cost) spent on meetings with multiple people.

Installing / Getting started

yarn install
yarn start

This runs the server in production.

Developing

Built With

This project uses Next.js which makes it easy to create React apps with zero config. Styling is done with Tachyons and Styled-system, and custom stuff is achieved with Emotion.

Prerequisites

A fresh Node version (I think 7 is the minimum requirement).

Setting up Dev

To start developing, first clone the repo

git clone https://github.com/rix1/meeting-timer.git
cd rix1-next-starter/
yarn install

That's it! To fire up a local dev server, do:

yarn dev

See additional scripts in package.json.

Building

To build a production ready application, do:

yarn build

Nextjs is set up with Webpack(?) and Babel, and takes care of bundeling everyhing for us.

Deploying / Publishing

TODO...

Configuration

TODO

Tests

The project uses Jest.

Style guide

Using Prettier for formatting, Eslint for linting and Flowtype for static type checking.

Licensing

Not yet decided, so for now it's free for anyone to do whatever 🙃

About

Just a silly meeting timer ⏱

https://rix1-meeting-timer-kxtvp0psu.now.sh/


Languages

Language:JavaScript 100.0%