Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 764 Bytes

File metadata and controls

28 lines (18 loc) · 764 Bytes

Static website https://multi-agent.io

This is repository for website of Laboratory of Multi-Agent Systems.

How to Suggest Changes

  1. Create an issue in this repository.
  2. Review the website carefully to ensure your issue is valid and clearly described.
  3. We will review your suggestion as soon as possible and respond accordingly.

For Developers

  • Built with Astro.
  • Use yarn to manage dependencies.
  • Node.js version must be >=18.17.1.

Getting Started

Ensure you have Node.js and the Astro framework installed before proceeding.

  • Install dependencies: yarn install

  • Start development server yarn dev

  • Build for production yarn build