Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jclaveau/strapi-experiments
https://github.com/jclaveau/strapi-experiments
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jclaveau/strapi-experiments
- Owner: jclaveau
- Created: 2022-06-29T13:05:49.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-05T20:50:05.000Z (18 days ago)
- Last Synced: 2024-12-05T21:30:58.450Z (17 days ago)
- Language: JavaScript
- Homepage: https://strapi-experiments.vercel.app
- Size: 5.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strapi-experiments
- Strapi v4
- Quasar v2
- Storybook / Chromatic
- Vite
- Monorepo
- CI
- Renovate## Front
[![Tests Front - Quasar Build](https://github.com/jclaveau/strapi-experiments/actions/workflows/tests-frontend-build.yml/badge.svg)](https://github.com/jclaveau/strapi-experiments/actions/workflows/tests-frontend-build.yml)
[![Tests Front - e2e - Storybook](https://github.com/jclaveau/strapi-experiments/actions/workflows/tests-frontend-e2e-storybook.yml/badge.svg)](https://github.com/jclaveau/strapi-experiments/actions/workflows/tests-frontend-e2e-storybook.yml)
[![Chromatic Publish](https://github.com/jclaveau/strapi-experiments/actions/workflows/chromatic.yml/badge.svg)](https://github.com/jclaveau/strapi-experiments/actions/workflows/chromatic.yml)- [View Storybook on Chromatic](https://www.chromatic.com/builds?appId=62bdac37c4fd6b40efefd567)
## Back
[![Tests Back - Strapi Build](https://github.com/jclaveau/strapi-experiments/actions/workflows/tests-strapi-build.yml/badge.svg)](https://github.com/jclaveau/strapi-experiments/actions/workflows/tests-strapi-build.yml)- WIP
## Todo
- CD
- Pages Management via Strapi
- Strapi configuration
- @storybook/addon-a11y, @storybook/addon-viewport, @storybook/addon-toolbars## Install
+ Install nvm: https://www.digitalocean.com/community/tutorials/nodejs-node-version-manager
```
git clone [email protected]:jclaveau/strapi-experiments.git
cd strapi-experiments
nvm install
cd quasar
yarn
cd ../strapi
yarn
yarn develop
```