A community dedicated to the exploration, research, and continuous learning of Artificial Intelligence across Swedish universities.
This project showcases a unified platform for AI societies across multiple Swedish universities, including:
- KTH AI Society - Royal Institute of Technology, Stockholm
- LIU AI Society - Linköping University
- UU AI Society - Uppsala University
- SASSE AI Society - Stockholm School of Economics
Before you begin, ensure you have installed:
- Bun (v1.0 or higher)
- Node.js (v18 or higher) - optional, as Bun can replace Node
- Docker (optional, for containerized deployment)
- Clone the repository:
git clone https://github.com/yourusername/ais.git
cd ais- Install dependencies:
bun installStart the development server with hot-reload:
bun devOpen http://localhost:3000 in your browser to see the result.
Create an optimized production build:
bun run buildStart the production server:
bun startThe project includes a multi-stage Dockerfile optimized for production deployment and a Docker Compose configuration for easy orchestration.
Start the application with Docker Compose:
docker-compose upBuild and run in detached mode:
docker-compose up -d --buildStop the application:
docker-compose downThe application will be available at http://localhost:3000.
If you prefer to use Docker directly without Compose:
docker build -t ais .
docker run -p 3000:3000 aisRun ESLint to check code quality:
bun run lintContributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is open source and available under the MIT License.
- KTH AI Society: Website | LinkedIn | Instagram
- LIU AI Society: Website | LinkedIn | Instagram
- UU AI Society: Website | LinkedIn | Instagram
- SASSE AI Society: LinkedIn
For questions or support, please reach out to the respective AI society through their social media channels or contact@kthais.com.