muki / docs

The official ProjectAlice documentation website.

Home Page:https://docs.projectalice.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Currently available at https://docs.projectalice.io

Building locally

This wiki is build using vuepress. If you want to test it locally you need to build it:

vuepress build docs

Serve the website locally e.g. with http-server and not with the inbuilt server!

Jetbrain's Webstorm

Webstorm integrates a run/debug configuration tool that comes very handy for this. This package uses http-server as webserver.

  • Make sure you have node.js installed
  • Clone this repo in Webstorm
  • Open this repo's package.json file
    • Webstorm should automatically propose to install the not yet installed dependencies
    • If now, click on the packages that should be highlighted and alt + enter them, choosing install xxx for each
  • Open the Run/Debug configuration tool
  • Create 2 new npm configurations:
    • Build
      • package.json: Pointing to the repo's package.json file
      • Command: run
      • Script: build
    • Serve
      • package.json: Pointing to the repo's package.json file
      • Command: run
      • Script: serve
      • Arguments: -O
  • Now you can first build the sources and then serve them as a local http server, all in one click! The serve command will give you the url to browse your local documentation website!

About

The official ProjectAlice documentation website.

https://docs.projectalice.io