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

https://github.com/achannarasappa/locust-website

Source for locust.dev
https://github.com/achannarasappa/locust-website

Last synced: 7 months ago
JSON representation

Source for locust.dev

Awesome Lists containing this project

README

          

# locust-website

## Usage

```
cd website && npm i && npm start
```

## Publishing

Build:
```
cd website && npm run build
```

Publish:
```
GIT_USER=USERNAME CURRENT_BRANCH=master USE_SSH=true npm run publish-gh-pages
```