Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gnowland committed May 14, 2019
1 parent c394a90 commit 4654764
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
@@ -1 +1,30 @@
# paymo-timesheet
# Paymo Timesheet Insights

Gain deeper insight into your Paymo timesheets.

## Development

This project uses **yarn**, **node**, and **express**

### How it works

1. [Install Yarn](https://yarnpkg.com/en/docs/install) (requires [node](https://nodejs.org/en/download/))
2. Initilize project:

```bash
yarn
```

3. Launch application

```bash
yarn start
```

Then navigate to http://localhost:3000/ in a browser.

## Contributing
Contributions are always welcome, please submit a Pull Request.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 comments on commit 4654764

Please sign in to comment.