Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddiejaoude/flagsmith-nextjs-demo
Playing with Flagsmith
https://github.com/eddiejaoude/flagsmith-nextjs-demo
Last synced: 2 months ago
JSON representation
Playing with Flagsmith
- Host: GitHub
- URL: https://github.com/eddiejaoude/flagsmith-nextjs-demo
- Owner: eddiejaoude
- Created: 2024-02-29T10:12:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T10:23:34.000Z (10 months ago)
- Last Synced: 2024-10-02T23:41:07.326Z (3 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
1. copy `.env.example` to `.env` and add flagsmith ID key to `.env` file
1. run command `npm ci`
1. run command `npm run dev`
1. visit `http://localhost:3000` in your browser## Flags required
![2 flags required](https://github.com/eddiejaoude/flagsmith-nextjs-demo/assets/624760/e8a4a524-e519-40f1-994f-a1c75ebd7707)
2 flags are required...
`free` which is an array of strings
```json
["description", "url", "topics"]
```![free feature flag](https://github.com/eddiejaoude/flagsmith-nextjs-demo/assets/624760/47e47e78-3353-490a-9c57-e205ee505304)
`welcome_message` which is a string, for example `hello friends`
## Screnshots
![web page screeshot](https://github.com/eddiejaoude/flagsmith-nextjs-demo/assets/624760/bffef888-cc1c-48f0-bc6a-02a8ac45154e)