Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jclaveau/strapi-experiments


https://github.com/jclaveau/strapi-experiments

Last synced: 9 days ago
JSON representation

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
```