Welcome to the Kingdom of Code website repository! This is a static website built to showcase the Kingdom of Code community and resources.
- Jekyll
- Tailwind CSS
- Clone the repository
git clone https://github.com/username/kingdomofcode-website.git
cd kingdomofcode-website
- Install dependencies
npm install
- Start the development server
npm run serve
The site will be available at http://localhost:8080
.
website/
├── src/ # Source files
├── dist/ # Built files
├── assets/ # Images and other static assets
└── styles/ # CSS and Tailwind configuration
- Fork the repository
- Create a feature branch
- Submit a Pull Request
MIT