Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

project-alice-assistant/docs

Repository files navigation

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.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.