Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericNumericite committed Jan 8, 2024
1 parent c1ffd33 commit 136a9b7
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions tumeplay-vitrine/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,63 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started
Accompagner les jeunes dans leur parcours d’apprentissage en santé sexuelle de manière ludique et fiable.

First, run the development server:
## Tumeplay Vitrine

Landing page conçue pour présenter divers thèmes liés à la sexualité de manière éducative et informative. Elle comprend des informations sous forme de card pour expliquer des sujets spécifiques liés à la sexualité.

Créer un fichier .env avec les informations du .env.example du repo

```bash
npm run dev
# or
yarn dev
```

## Tumeplay Dashboard

Vise à fournir un backoffice (panneau d'administration) pour l'application Tumeplay, permettant aux gestionnaires d'accéder à l'historique des commandes (box) effectuées par les utilisateurs.

Créer un fichier .env avec les informations du .env.example du repo

```bash
npm start
# or
yarn start
```

## Tumeplay App

Développer une application visant à augmenter les connaissances et compétences des jeunes en matière de santé sexuelle. Contient des informations sur la sexualité, des quizzs et possibilité de commander des kits.

Créer un fichier .env avec les informations du .env.example du repo

```bash
npm start
# or
yarn start
```

## Tumeplay Mobile

Développer une application mobile visant à augmenter les connaissances et compétences des jeunes en matière de santé sexuelle. Contient des informations sur la sexualité, des quizzs et possibilité de commander des kits.

Créer un fichier .env avec les informations du .env.example du repo

```bash
npm start
# or
yarn start

#ios
npm run ios
yarn ios

#android
npm run android
yarn android
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
Expand Down

0 comments on commit 136a9b7

Please sign in to comment.