mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
added readme for local development with spool
This commit is contained in:
parent
bf2a766e84
commit
7e530ceb0f
@ -91,6 +91,12 @@ Error: watch ENOSPC
|
|||||||
```
|
```
|
||||||
A: Use `npm dedupe` to remove duplicates in npm. This might fix that you're not [running out of watchers in your system (read the comments)](http://stackoverflow.com/a/17437601/1263876).
|
A: Use `npm dedupe` to remove duplicates in npm. This might fix that you're not [running out of watchers in your system (read the comments)](http://stackoverflow.com/a/17437601/1263876).
|
||||||
|
|
||||||
|
Q: How can I use a local copy of SPOOL and Onion?
|
||||||
|
A: Easily by starting the your gulp process with the following command:
|
||||||
|
```
|
||||||
|
ONION_BASE_URL='/beta/' ONION_API_ENDPOINT='http://localhost:8000/api' gulp serve
|
||||||
|
```
|
||||||
|
|
||||||
Reading list
|
Reading list
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user