Package Exports
- firecell
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (firecell) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
firecell
local mirror & static server
Usage
install as global dependency
npm install -g firecell
start server anywhere
# serve ~/.firecell at 9999
firecell
# serve /static at 8080
firecell --port=8080 --path="/static"
access homepage
http://localhost:YOUR-PORT