akauppi / Kotka

[WIP] Platform for ultra light rail - recipe for the makers

Home Page:https://akauppi.github.io/Kotka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotka PBS

This page tells how to build and deploy the documentation.

Requirements

  • npm
$ npm install

Getting started

$ npm run dev
...

Open http://localhost:3100 to see the building guide.

Building

$ npm run build

This creates deployable files in dist/.

Quality control

$ npm run build-and-serve     # or just 'npm run _serve'

Open http://localhost:3101/Kotka/ to test the build results.

Deploying

$ npm run deploy

Currently deploying using GitHub Pages, and the gh-pages branch of this repo. This need not remain so.

Pros:

  • one platform, GitHub

Cons:

  • VuePress seems to be pushing the same images over and over
    • slow pushes
    • takes space(?) at the repo

Deployment is done manually, for now.

Once we have our own domain, should look back at this. Firebase hosting may be a good candidate.

Check the output at https://akauppi.github.io/Kotka.

Note: Better URL once we get the association running. 👟

References

About

[WIP] Platform for ultra light rail - recipe for the makers

https://akauppi.github.io/Kotka


Languages

Language:JavaScript 62.5%Language:Shell 37.5%