Storyboard Studio - studio.yunusemre.dev
Live preview of the application: studio.yunusemre.dev
Before installing the app, ensure that you have the following prerequisites installed on your system:
- Docker
- Docker Compose
-
Clone the repository
git clone https://github.com/YuunsGit/storyboard.git
-
Navigate to the project directory
cd storyboard
-
Run the docker compose
docker compose --env-file .env.local up --build -d
- SvelteKit as meta-frontend framework
- TypeScript for typesafe development
- PostgreSQL for relational database
- pg_graphql for GraphQL support
- Tailwind CSS for utility CSS
- GraphQL for API queries and mutations
- urql as GraphQL client