Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 849 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 849 Bytes

Kingdom of Code Website

Welcome to the Kingdom of Code website repository! This is a static website built to showcase the Kingdom of Code community and resources.

Tech Stack

  • Jekyll
  • Tailwind CSS

Getting Started

  1. Clone the repository
git clone https://github.com/username/kingdomofcode-website.git
cd kingdomofcode-website
  1. Install dependencies
npm install
  1. Start the development server
npm run serve

The site will be available at http://localhost:8080.

Project Structure

website/
├── src/        # Source files
├── dist/       # Built files
├── assets/     # Images and other static assets
└── styles/     # CSS and Tailwind configuration

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Submit a Pull Request

License

MIT