first commit
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s

This commit is contained in:
l-nmch
2026-03-20 23:35:16 +01:00
commit 30a8bd8e2d
49 changed files with 5470 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# Retake | retake.fr
![retake.fr](https://github.com/Retake-IT/.github/raw/main/images/logo.png)
Retake's website based on [Nextly](https://github.com/surjithctly/nextly-template.git)
### 1\. Clone this Repository
```bash
git clone https://github.com/Retake-IT/retake.fr
```
### 2\. Navigate to the directory
```
cd retake.fr
```
### 3\. Install dependencies
```
pnpm install
```
### 5\. Run Dev Server
```
pnpm run dev
```