https://github.com/vapor/website
Vapor's website running on Swift
https://github.com/vapor/website
Last synced: 4 months ago
JSON representation
Vapor's website running on Swift
- Host: GitHub
- URL: https://github.com/vapor/website
- Owner: vapor
- Created: 2016-04-05T00:30:17.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T12:45:35.000Z (11 months ago)
- Last Synced: 2024-11-26T13:38:00.494Z (11 months ago)
- Language: Swift
- Homepage:
- Size: 14 MB
- Stars: 46
- Watchers: 17
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vapor Website
This repository contains the code for the Vapor website at [vapor.codes](https://vapor.codes). The website is built using [Publish](https://github.com/johnsundell/publish).
To run the website locally, install the Publish CLI tool using
```bash
git clone https://github.com/JohnSundell/Publish.git
cd Publish
make
```then, clone this repository and run the following command:
```bash
publish run
```