Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 639 Bytes

File metadata and controls

25 lines (15 loc) · 639 Bytes

Joyce

A small, browser-based knowledge assistant for Nearform's web content.

Development

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:root

License

Almost 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.