Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
New npm run dev script and updated README to include PH badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
MystPi committed Dec 11, 2021
1 parent 48dd220 commit 3670b5e
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 8 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<img src="https://img.shields.io/github/license/mystpi/ninetails?style=for-the-badge">
<img src="https://img.shields.io/github/languages/top/mystpi/ninetails?color=yellow&style=for-the-badge">
<img src="https://img.shields.io/github/downloads/mystpi/ninetails/total?style=for-the-badge">
<br>
<a href="https://www.producthunt.com/posts/ninetails?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-ninetails" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=322567&theme=light" alt="Ninetails - A private, fast, and beautiful web browser | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</p>

## Development
Expand All @@ -19,11 +21,8 @@ cd ninetails
npm install

# Start the app
npm start

# Before making changes involving Tailwind CSS, you should run
npm run tailwind
# to make Tailwind watch for changes
npm run dev
# This runs `npm start` and `npm run tailwind` concurrently
```

## Building the app
Expand Down
246 changes: 244 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\"",
"dev": "concurrently -k npm:start npm:tailwind",
"tailwind": "npx tailwindcss -i ./src/index.css -o ./src/tailwind.css --minify --watch"
},
"keywords": [],
Expand Down Expand Up @@ -60,6 +61,7 @@
"@electron-forge/maker-rpm": "^6.0.0-beta.61",
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
"@electron-forge/maker-zip": "^6.0.0-beta.61",
"concurrently": "^6.4.0",
"electron": "16.0.0",
"electron-reloader": "^1.2.1",
"tailwindcss": "^3.0.0"
Expand Down

0 comments on commit 3670b5e

Please sign in to comment.