-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |