35 lines
521 B
Markdown
35 lines
521 B
Markdown
# 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-EI/retake.fr
|
|
```
|
|
|
|
### 2\. Navigate to the directory
|
|
|
|
```
|
|
cd retake.fr
|
|
```
|
|
|
|
### 3\. Install dependencies
|
|
|
|
```
|
|
pnpm install
|
|
```
|
|
|
|
### 5\. Run Dev Server
|
|
|
|
```
|
|
pnpm run dev
|
|
```
|
|
|
|
## ToDo
|
|
|
|
- [ ] `Get const articles` out of product page
|
|
- [x] Check Grammar
|
|
- [ ] Review CI |