Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/jahresbericht-2024
The annual Report of Technologiestiftung Berlin for the year of 2024. Summarizes the content of the print version in a beautiful website.
https://github.com/technologiestiftung/jahresbericht-2024
Last synced: about 2 months ago
JSON representation
The annual Report of Technologiestiftung Berlin for the year of 2024. Summarizes the content of the print version in a beautiful website.
- Host: GitHub
- URL: https://github.com/technologiestiftung/jahresbericht-2024
- Owner: technologiestiftung
- License: mit
- Created: 2024-10-31T12:03:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T14:51:40.000Z (about 2 months ago)
- Last Synced: 2024-11-21T15:28:10.757Z (about 2 months ago)
- Language: CSS
- Size: 98.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
# Jahresbericht 2024
Welcome to the **Jahresbericht 2024** repository! This project is built with Vite and React, providing a modern and fast development environment. Below are setup instructions for running the project locally and steps for deploying it to Netlify.
### Prerequisites
Ensure you have the following installed on your machine:
- **Node.js** (v18 or higher)
- **npm** (usually included with Node.js)### Installation
1. **Clone the Repository**
```bash
git clone
cd
```2. **Install Dependencies**
Run the following command to install all necessary packages:
```bash
npm install
```## Running the Project
To start a local development server, use the following command:
```bash
npm run dev
```This will start the development server, usually accessible at `http://localhost:5173` (check the terminal output to confirm).
## Building for Production
To build the project for production, run:
```bash
npm run build
```The output will be generated in the `dist` folder, ready to be deployed.
## Deploying to Netlify
### Steps to Deploy
1. **Login to Netlify**: Go to [Netlify](https://www.netlify.com/) and log in to your account (or create one if you havenβt already).
2. **Create a New Site**:
- Click **"New site from Git"** and connect your GitHub (or other Git provider) account.
- Select the repository for **Project Name**.3. **Configure Build Settings**:
- **Build Command**: `npm run build`
- **Publish Directory**: `dist`4. **Deploy**:
- Click **"Deploy Site"**. Netlify will automatically build and deploy your project.### Netlify Continuous Deployment
After the initial setup, every push to the main branch will automatically trigger a redeployment on Netlify, ensuring your site stays up-to-date.
---
## Contributing
Before you create a pull request, write an issue so we can discuss your changes.
## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Luise Brandenburger
π» π
Jakob Sawal
π»
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Content Licensing
Texts and content available as [CC BY](https://creativecommons.org/licenses/by/3.0/de/).
Illustrations by {MARIA_MUSTERFRAU}, all rights reserved.
## Credits
## Related Projects