This is the official website for NuruCon 2024, built using Django.
├── config/ # Django project configuration
├── nurucon/ # Main Django app
├── static/ # Static files (CSS, images, etc.)
├── templates/ # HTML templates
├── venv/ # Virtual environment (not tracked in git)
├── db.sqlite3 # SQLite database
├── manage.py # Django management script
└── requirements.txt # Python dependencies
- Clone the repository
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- Windows:
venv\Scripts\activate
- macOS/Linux:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
We welcome contributions to the NuruCon 2024 website! Here's how you can help:
- Fork the repository
- Create a new branch for your feature
- Make your changes and commit them
- Push to your fork and submit a pull request
For any questions or concerns, please open an issue on this repository.
@AvicennaJr and Claude 3.5 Sonnet