Skip to content

Commit

Permalink
issue: Include a ReadMe file vapor#107
Browse files Browse the repository at this point in the history
  • Loading branch information
LulwahAlmisfer committed Dec 8, 2023
1 parent 6d8f6c3 commit d6b3108
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
46 changes: 26 additions & 20 deletions README.md
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/)
2 changes: 2 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,7 @@ files:
dynamic: true
- file: docker-compose.yml
dynamic: true
- file: README.md
dynamic: true
- .gitignore
- .dockerignore

0 comments on commit d6b3108

Please sign in to comment.