first commit
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Retake | retake.fr
|
||||
|
||||

|
||||
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user