Introduction5 min
Getting Started with EnggVault
Learn how to set up and use EnggVault for your engineering projects.
Getting Started with EnggVault
Welcome to EnggVault! This guide will help you get up and running quickly.
Prerequisites
- Node.js 18 or higher
- Git
- A GitHub account
Installation
- Clone the repository:
git clone https://github.com/Enggvault/enggvault.git
- Install dependencies:
npm install
- Start the development server:
npm run dev