Compare commits

..

4 Commits

Author SHA1 Message Date
Thomas Hobson 479f02e13c
Merge pull request #313 from Brikaa/docs
docs: NodeJS version, testing packages locally
2021-09-08 00:03:18 +12:00
Brikaa 528eb0e263 Installation 2021-09-07 13:53:37 +02:00
Brikaa dc80ed3a1d Document testing packages locally 2021-09-07 13:50:45 +02:00
Brikaa 30f2715c01 Add NodeJS version to docs 2021-09-07 13:41:51 +02:00
1 changed files with 17 additions and 1 deletions

View File

@ -100,7 +100,7 @@ POST https://emkc.org/api/v2/piston/execute
- Docker
- Docker Compose
- Node JS
- Node JS (>= 13, preferably >= 15)
### After system dependencies are installed, clone this repository:
@ -139,6 +139,22 @@ docker run \
ghcr.io/engineer-man/piston
```
## Piston for testing packages locally
### Host System Package Dependencies
- Same as [All In One](#All-In-One)
### Installation
```sh
# Build the Docker containers
./piston start
# For more help
./piston help
```
<br>
# Usage