Skip to content

Commit

Permalink
Improved README file
Browse files Browse the repository at this point in the history
  • Loading branch information
MHO committed Aug 6, 2023
1 parent 48ad2dd commit d3d0532
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
48 changes: 46 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,46 @@
# articles
# articles


<p align="center"><img src="capsules-articles-images.png" width="300px" height="200px" /></p>

## About Capsules Articles

Here are stored the framework projects examples linked with <a href="https://capsules.codes/en/blog">Capsules articles</a>.
Inviting readers to try out the articles content by themselves.

## Installation

1. Clone the selected article repository on your local environment

```bash
git clone --filter=blob:none --no-checkout https://github.com/capsulescodes/articles.git

cd articles

git sparse-checkout set --no-cone {article-name}

git fetch origin

git checkout main

cd ../

mv articles/{article-name} ./{article-name}

rm -rf articles
```

2. Install dependencies

```bash
commposer install

npm install
```

3. Build and Try out

```bash
valet link {article-name}.test

npm run dev
```
Binary file added capsules-articles-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3d0532

Please sign in to comment.