This is the repository for the Keila website which includes the landing page and the Keila docs
This site is powered by Nuxt.
You can install it on a local machine like this:
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out the Nuxt.js docs and the Nuxt Content docs.
This repository is made available under the terms of the MIT license.