forked from vapor/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.
issue: Include a ReadMe file vapor#107
- Loading branch information
1 parent
6d8f6c3
commit d6b3108
Showing
2 changed files
with
28 additions
and
20 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 |
---|---|---|
@@ -1,20 +1,26 @@ | ||
<p align="center"> | ||
<img src="https://user-images.githubusercontent.com/1342803/36623515-7293b4ec-18d3-11e8-85ab-4e2f8fb38fbd.png" width="320" alt="Vapor Template"> | ||
<br> | ||
<br> | ||
<a href="http://docs.vapor.codes/4.0/"> | ||
<img src="http://img.shields.io/badge/read_the-docs-2196f3.svg" alt="Documentation"> | ||
</a> | ||
<a href="https://discord.gg/vapor"> | ||
<img src="https://img.shields.io/discord/431917998102675485.svg" alt="Team Chat"> | ||
</a> | ||
<a href="LICENSE"> | ||
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License"> | ||
</a> | ||
<a href="https://github.com/vapor/templates/actions/workflows/test-template.yml"> | ||
<img src="https://github.com/vapor/template/actions/workflows/test-template.yml/badge.svg?event=push" alt="Continuous Integration"> | ||
</a> | ||
<a href="https://swift.org"> | ||
<img src="http://img.shields.io/badge/swift-5.9-brightgreen.svg" alt="Swift 5.9"> | ||
</a> | ||
</p> | ||
# {{name}} | ||
|
||
### A project built by the Vapor framework 💧 | ||
|
||
To open run | ||
```bash | ||
open Package.swift | ||
``` | ||
To run | ||
```bash | ||
swift run App | ||
``` | ||
To test | ||
```bash | ||
swift test | ||
``` | ||
To build a Docker container run | ||
```bash | ||
docker-compose build | ||
``` | ||
|
||
|
||
## References 📖 | ||
|
||
- [Vapor Website](https://vapor.codes/) | ||
- [Vapor Docs](https://docs.vapor.codes/) |
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