Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumamontes/codeology
Codeology is a non-profit dedicated to creating the future coders of the next few generations
https://github.com/lumamontes/codeology
Last synced: about 1 month ago
JSON representation
Codeology is a non-profit dedicated to creating the future coders of the next few generations
- Host: GitHub
- URL: https://github.com/lumamontes/codeology
- Owner: lumamontes
- Created: 2024-06-24T23:08:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T02:31:10.000Z (7 months ago)
- Last Synced: 2024-11-06T20:14:35.183Z (3 months ago)
- Language: Astro
- Homepage: https://codeology.vercel.app
- Size: 505 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codeology
![Codeology](./public/images/default.png)
Codeology is a non-profit organization dedicated to creating future coders by providing free tutoring lessons to individuals aged 5-29 in various coding languages. This repository contains the source code for the Codeology website.
## 🚀 Technologies
- [Astro](https://astro.build)
- [Tailwind CSS](https://tailwindcss.com)
- [Vite](https://vitejs.dev)
- [Contentful](https://www.contentful.com)## 📦 Installation
1. Clone the repository
```bash
git clone https://github.com/lumamontes/codeology
```2. Install dependencies
```bash
cd codeology
pnpm install
```3. Start the development server
```bash
pnpm run dev
```## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro -- --help` | Get help using the Astro CLI |## 🫂 Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.