Getting Started
Welcome to Research Wizard! This guide will help you set up and start using the application.
Prerequisites
- Node.js (version 18 or above)
- npm (comes with Node.js)
Installation
- Clone the repository:
git clone https://github.com/alaaet/research_wizard.git
cd research_wizard - Install dependencies:
npm install
- Start the application:
npm start
First Run
- On first launch, the app will set up a local SQLite database to store your research projects.
- You can access the main dashboard to create and view projects.
Creating Your First Research Project
- Click on Create New Research Project.
- Fill in the required
title
and any optional fields (keywords
,description
,research_questions
). - Click Save to add your project to the database.
Next Steps
- Explore the project list view.
- Edit or expand your research projects as needed.
For more details, see the other documentation sections.