A small, browser-based knowledge assistant for Nearform's web content.
Docs:
- Data: How to update data.
Run development server:
# Serve `public` as root (navigate to http://127.0.0.1:4300/)
$ npm run dev
# Serve `.` as root (navigate to http://127.0.0.1:4301/public)
$ npm run dev:rootAlmost all of this project (the code) is licensed under the MIT License - see the LICENSE file for details.
Exception: The data files in public/data/ are proprietary and all rights reserved. See public/data/LICENSE for details.