Skip to content

Commit

Permalink
docs: basic project explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
atcol authored Dec 30, 2023
1 parent 74b382e commit 9a7feb4
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
[![Build legacy Nix package on Ubuntu](https://github.com/atcol/pingy/actions/workflows/build_nix.yml/badge.svg)](https://github.com/atcol/pingy/actions/workflows/build_nix.yml)

# pingy
A fast & simple website monitor running in Shuttle
A fast & simple website monitor running in [Shuttle](https://shuttle.rs).

## Development

### Setup

Make sure you've set up your Shuttle project as-per [Shuttle's quick-start guide](https://docs.shuttle.rs/getting-started/quick-start).

This project uses Nix. To begin development you can:

```bash
$ nix develop
```

## Deploying

```bash
$ cargo shuttle deploy
```

0 comments on commit 9a7feb4

Please sign in to comment.