https://github.com/ivpn/doineedavpn.com
Official Git repo of the doineedavpn.com website
https://github.com/ivpn/doineedavpn.com
Last synced: 20 days ago
JSON representation
Official Git repo of the doineedavpn.com website
- Host: GitHub
- URL: https://github.com/ivpn/doineedavpn.com
- Owner: ivpn
- License: other
- Created: 2021-03-06T12:53:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T13:39:23.000Z (about 1 year ago)
- Last Synced: 2024-04-16T16:35:31.899Z (about 1 year ago)
- Language: Vue
- Homepage: https://doineedavpn.com
- Size: 4.76 MB
- Stars: 32
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# doineedavpn.com Web
* [About this Repo](#about-repo)
* [Project setup](#installation)
* [Contributing](#contributing)
* [Security Policy](#security)
* [License](#license)
* [Authors](#Authors)This is the official Git repo of the [doineedavpn.com](https://doineedavpn.com) website.
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
If you are interested in contributing to IVPN Web project, please read our [Contributing Guidelines](/.github/CONTRIBUTING.md).
If you want to report a security problem, please read our [Security Policy](/.github/SECURITY.md).
This project is licensed under the GPLv3 - see the [License](/LICENSE.md) file for details.
See the [Authors](/AUTHORS) file for the list of contributors who participated in this project.