Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.36 KB

logo

A Node.js toolkit for micro service architectures

#senecajs.org This repo contains the documentation website for Seneca.js. This documentation is available at senecajs.org or can be ran locally by cloning this repo and following the steps below.

Lead Maintainer: Dean McDonnell

Contributing

Seneca and its docs are open projects and encourage participation. If you feel you can help in any way, be it with examples, extra testing, tutorials, or new features please be our guest.

Please make all content changes in the /src/pages folder. All changes are built just before we redeploy the site so you only need to include changes in your PR. Upon your PR being accepted your changes will be deployed.

Please see our /contribute page for more information.

Run Locally

After cloning, you will need to get dependencies via npm,

npm install

Next simply build and serve to port 4000,

npm run build
npm run docs

License

Copyright Richard Rodger and other contributors, Licensed under MIT.