This is the official website repository for GraphAI documentation.
- Install dependencies:
yarn install- Start the development server:
yarn devThe site will be available at http://localhost:5174.
- Deploy to Firebase Hosting:
# After authenticating with Firebase
yarn deploy