Skip to content

Commit

Permalink
Update dependencies and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trolologuy committed Sep 25, 2024
1 parent 94e422e commit 45b6569
Show file tree
Hide file tree
Showing 2 changed files with 1,851 additions and 1,537 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Build Status](https://travis-ci.com/trolologuy/useful-tools.svg?branch=master)](https://travis-ci.com/trolologuy/useful-tools)

# Useful Tools :mag_right:

Expand All @@ -22,6 +21,25 @@ Thanks a lot to Algolia for providing the search mechanism through [docsearch](h

You can either find the source [markdown file here](docs/readme.md), or access [the result here](https://trolologuy.github.io/useful-tools/).

<details>
<summary>To set it up locally:</summary>

For development mode:

1. Run `yarn install` to install all dependencies.
2. Run `yarn vuepress dev docs`
3. Open [http://localhost:8080/useful-tools/](http://localhost:8080/useful-tools/) in your browser.

To generate the static files:

1. Run `yarn install` to install all dependencies.
2. Run `yarn vuepress build docs`

To update the dependencies:
1. Run `yarn upgrade`

</details>

## Preview

[![preview](preview.png)](https://trolologuy.github.io/useful-tools)
Expand Down
Loading

0 comments on commit 45b6569

Please sign in to comment.