Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vapor/website

Vapor's website running on Swift
https://github.com/vapor/website

Last synced: 7 days ago
JSON representation

Vapor's website running on Swift

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
```