andresribeiro / docs

Official documents for gorse recommender system engine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gorse Docs

Official documents for Gorse recommender system engine

Build Docs

⚙️ Setup environment

This is a VuePress project, so you need to install:

📦 Install dependencies and run

# Clone the repository
git clone git@github.com:gorse-io/docs.git

# Change directory
cd docs

# Install dependencies
yarn install

# Run Gorse Docs on http://localhost:8080
yarn dev

⚙️ Deployment

Gorse Docs is deployed as a static website. The main branch is deployed at https://docs.gorse.io.

You can build the static website like this:

 yarn build

The static files will be available in .vuepress/dist and you can use a webserver to serve the files.

🙏 Acknowledgments

About

Official documents for gorse recommender system engine

https://docs.gorse.io/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 93.5%Language:Stylus 6.5%