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
- Host: GitHub
- URL: https://github.com/achannarasappa/locust-website
- Owner: achannarasappa
- Created: 2019-11-02T22:21:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:15:18.000Z (over 2 years ago)
- Last Synced: 2025-01-19T12:50:20.731Z (9 months ago)
- Language: JavaScript
- Homepage: https://locust.dev
- Size: 4.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
```