📖 About
This repository contains the source code for the official Crownicles website (crownicles.com).
Crownicles is a text adventure game on Discord. The story takes place in a medieval world where the player embodies an adventurer competing to win the princess's hand. Travel, earn points, face dangers, and climb the leaderboard!
🛠️ Tech Stack
- Static Site Generator: Jekyll 4.2
- Hosting: GitHub Pages
- Languages: HTML, CSS, Liquid templates
📦 Prerequisites
Before you begin, ensure you have the following installed:
⚡ Quick Start
1. Clone the repository
git clone https://github.com/DraftBot-A-Discord-Adventure/Website.git
cd Website2. Install dependencies
3. Run the development server
4. Open in your browser
Navigate to http://127.0.0.1:4000 to see the website locally.
💡 Tip: The server supports live reload - any changes you make will automatically refresh the page!
📁 Project Structure
Website/
├── _config.yml # Jekyll configuration
├── _includes/ # Reusable HTML components
│ ├── header.html
│ ├── footer.html
│ ├── head.html
│ └── scripts.html
├── _layouts/ # Page templates
│ └── default.html
├── _site/ # Generated static site (do not edit)
├── public/ # Static assets
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript files
│ └── ressources/ # Images and other resources
├── index.html # Homepage
├── Gemfile # Ruby dependencies
└── README.md # This file
Reporting Issues
Found a bug or have a suggestion? Open an issue!
🔗 Links
| Resource | Link |
|---|---|
| 🌐 Website | crownicles.com |
| 🎮 Main Repository | Crownicles/Crownicles |
| 💬 Discord Server | Join us! |
| 📖 Player Guide | guide.crownicles.com |
| 💡 Suggestions | feedback.crownicles.com |
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
