skira-server

Server for serving skira sites from the back-end.

Usage no npm install needed!

<script type="module">
  import skiraServer from 'https://cdn.skypack.dev/skira-server';
</script>

README

skira-server

Server for serving skira sites from the back-end.

Build Status Dependency Status devDependency Status Chat

Status

Skira is still in active development. We are working towards a final release ASAP (1.0.0) and will then keep the API stable.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install -g skira-server

Usage

Inside your project folder you only have to run the following command. It expects build/site.js to be present.

skira-server 8000 127.0.0.1

The port 8000 and IP address 127.0.0.1 are optional and for demonstration purposes.

License

MIT