An open API service indexing awesome lists of open source software.

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

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