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

https://github.com/sourcebots/website

SourceBots website
https://github.com/sourcebots/website

publicity web

Last synced: about 1 month ago
JSON representation

SourceBots website

Awesome Lists containing this project

README

          

# SourceBots website

[![CircleCI](https://circleci.com/gh/sourcebots/website.svg?style=svg)](https://circleci.com/gh/sourcebots/website)

URL: https://sourcebots.co.uk

## Requirements
- [Hugo](https://gohugo.io) (>=0.29)
- [NodeJS](https://nodejs.org/) (>=6)

## Local Setup
1. `npm install`
2. `./scripts/build.sh`

The site will be output to `public/`.

## Dev server
`./scripts/server.sh` will start a server on http://localhost:1313.