https://github.com/colindembovsky/thekingdomofcode
Site for The Kingdom of Code
https://github.com/colindembovsky/thekingdomofcode
Last synced: about 1 month ago
JSON representation
Site for The Kingdom of Code
- Host: GitHub
- URL: https://github.com/colindembovsky/thekingdomofcode
- Owner: colindembovsky
- Created: 2025-02-24T15:55:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:04:51.000Z (over 1 year ago)
- Last Synced: 2025-02-24T21:20:38.880Z (over 1 year ago)
- Language: CSS
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/username/kingdomofcode-website.git
cd kingdomofcode-website
```
2. Install dependencies
```bash
npm install
```
3. Start the development server
```bash
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