Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorritvanderheide/stadsvisioenen
Stadsvisioenen is a participation platform where citizens can create fictional visions of the future, facilitating a more comprehensive and inclusive discourse on city development.
https://github.com/jorritvanderheide/stadsvisioenen
artifiical-intelligence chatgpt citizenship futures imagination participation storytelling urban-governance
Last synced: about 1 month ago
JSON representation
Stadsvisioenen is a participation platform where citizens can create fictional visions of the future, facilitating a more comprehensive and inclusive discourse on city development.
- Host: GitHub
- URL: https://github.com/jorritvanderheide/stadsvisioenen
- Owner: jorritvanderheide
- License: bsd-3-clause
- Created: 2023-10-06T11:16:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T10:02:02.000Z (about 1 month ago)
- Last Synced: 2024-11-29T08:08:11.073Z (about 1 month ago)
- Topics: artifiical-intelligence, chatgpt, citizenship, futures, imagination, participation, storytelling, urban-governance
- Language: TypeScript
- Homepage: https://stadsvisioenen.nl
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stadsvisioenen
## About
This repository contains the source code for the Stadsvisioenen project.
The default branch for development is the [staging branch](https://github.com/jorritvanderheide/stadsvisioenen/tree/staging).
### Built with
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white) ![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white) ![Prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white) ![Supabase](https://img.shields.io/badge/Supabase-3ECF8E?style=for-the-badge&logo=supabase&logoColor=white) ![Netlify](https://img.shields.io/badge/netlify-%23000000.svg?style=for-the-badge&logo=netlify&logoColor=#00C7B7) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
## Getting started
### Prerequisites
- Node.js
- NPM## Development
To install the dependencies, run:
```shell
npm install
```To run the app in development mode, run:
```shell
npm run dev
```You can then visit [localhost:3000](http://localhost:3000) in the browser to view the site.
## License
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)