Code for the 2024 Advanced Interface Design course project at UPF, Barcelona
Node
- Clone the repository:
git clone https://github.com/inspektral/aid.git
- Navigate to the project directory:
cd your-repo-name
- Install the dependencies:
npm install
To start the application, run:
npm start
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes.
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.