Skip to content

Commit

Permalink
Rename repository & bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Jan 28, 2023
1 parent 39a04c0 commit 64c6091
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

> 👀 Count the views of your github profile with your own custom badge
[![GitHub License](https://img.shields.io/github/license/igorkowalczyk/views?color=%2334D058&logo=github&style=flat-square&label=License)](https://github.com/igorkowalczyk/views/blob/master/license.md)
[![Version](https://img.shields.io/github/v/release/igorkowalczyk/views?color=%2334D058&logo=github&style=flat-square&label=Version)](https://github.com/igorkowalczyk/views/releases)
[![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/igorkowalczyk/views?color=%2334D058&logo=github&style=flat-square&label=Vulnerabilities)](https://github.com/igorkowalczyk/views)
[![GitHub License](https://img.shields.io/github/license/igorkowalczyk/github-views?color=%2334D058&logo=github&style=flat-square&label=License)](https://github.com/igorkowalczyk/github-views/blob/master/license.md)
[![Version](https://img.shields.io/github/v/release/igorkowalczyk/github-views?color=%2334D058&logo=github&style=flat-square&label=Version)](https://github.com/igorkowalczyk/github-views/releases)
[![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/igorkowalczyk/github-views?color=%2334D058&logo=github&style=flat-square&label=Vulnerabilities)](https://github.com/igorkowalczyk/github-views)
[![Discord](https://img.shields.io/discord/666599184844980224?color=%2334D058&logo=discord&style=flat-square&logoColor=fff&label=Discord)](https://igorkowalczyk.dev/discord)
<br><br><br>

Expand Down Expand Up @@ -79,7 +79,7 @@ You can overwrite default `Views` text with your own label.

### 🔩 Self Hosting

1. Clone [this repository](https://github.com/igorkowalczyk/views) `git clone https://github.com/IgorKowalczyk/views.git`
1. Clone [this repository](https://github.com/igorkowalczyk/github-views) `git clone https://github.com/IgorKowalczyk/github-views.git`
2. Run `pnpm i` to install all dependencies,
4. Create new file named `.env` Remember - the file is super secret, better to not share it.
5. In `.env` file set this values:
Expand All @@ -89,20 +89,20 @@ You can overwrite default `Views` text with your own label.
## 🖥️ Hosting with Vercel

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Figorkowalczyk%2Fviews&env=MONGODB_URI&envDescription=Environment%20Variables%20Docs&envLink=https%3A%2F%2Fgithub.com%2FIgorKowalczyk%2Fviews%23-self-hosting&project-name=views&repo-name=igorkowalczyk-views&demo-title=Example%20deploy&demo-description=Example%20production%20deploy%20from%20Github%20Repository&demo-url=https%3A%2F%2Fviews.igorkowalczyk.dev&demo-image=https%3A%2F%2Fi.imgur.com%2FfmB8Tvl.png)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Figorkowalczyk%2Fgithub-views&env=MONGODB_URI&envDescription=Environment%20Variables%20Docs&envLink=https%3A%2F%2Fgithub.com%2FIgorKowalczyk%2Fviews%23-self-hosting&project-name=views&repo-name=igorkowalczyk-views&demo-title=Example%20deploy&demo-description=Example%20production%20deploy%20from%20Github%20Repository&demo-url=https%3A%2F%2Fviews.igorkowalczyk.dev&demo-image=https%3A%2F%2Fi.imgur.com%2FfmB8Tvl.png)

## ⁉️ Issues

If you have any issues with the page please create [new issue here](https://github.com/igorkowalczyk/views/issues)
If you have any issues with the page please create [new issue here](https://github.com/igorkowalczyk/github-views/issues)

## 📥 Pull Requests

When submitting a pull request:

- Clone the repo.
- Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
- Open a [pull request](https://github.com/igorkowalczyk/views/pulls) on [GitHub](https://github.com) and describe the feature or fix.
- Open a [pull request](https://github.com/igorkowalczyk/github-views/pulls) on [GitHub](https://github.com) and describe the feature or fix.

## 📋 License

This project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/views/blob/master/license.md) file for details
This project is licensed under the MIT. See the [LICENSE](https://github.com/igorkowalczyk/github-views/blob/master/license.md) file for details
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@igorkowalczyk/views",
"version": "2.0.1",
"version": "3.0.0",
"description": "👀 Count the views of your github profile with your own custom badge",
"private": true,
"scripts": {
Expand Down

0 comments on commit 64c6091

Please sign in to comment.