generated from fastn-stack/fastn-template
-
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
1 parent
aa392e6
commit fa14b01
Showing
1 changed file
with
10 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -2,4 +2,14 @@ | |
|
||
[wip] fastn package for creating simple contests | ||
|
||
## Development | ||
|
||
```shell | ||
git clone [email protected]:fifthtry/easy-contest.git | ||
# or if you prefer https | ||
# git clone https://github.com/FifthTry/easy-contest | ||
cd easy-contest | ||
fastn serve | ||
``` | ||
|
||
### TODO: write usage instructions |