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

https://github.com/miraclecancode/childrensworldintership

⭐ | Internship Children's World for the position of Frontend-developer
https://github.com/miraclecancode/childrensworldintership

Last synced: 12 months ago
JSON representation

⭐ | Internship Children's World for the position of Frontend-developer

Awesome Lists containing this project

README

          

# internship at Children's World


project stack







materialUi

# Using yarn
Run command
```sh
cd children-sWorldInternship/my-app
```
Install dependencies
```sh
yarn
```
Run project
```sh
yarn run dev
```

# Using Docker
To run the project with Docker:

Build the Docker image:

```sh
docker build -t my-app .
```
Run the docker container
```sh
docker run -p 5173:5173 my-app
```