Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnscrypt/dnscrypt-website
DNSCrypt website
https://github.com/dnscrypt/dnscrypt-website
dnscrypt
Last synced: 3 months ago
JSON representation
DNSCrypt website
- Host: GitHub
- URL: https://github.com/dnscrypt/dnscrypt-website
- Owner: DNSCrypt
- License: mit
- Created: 2018-02-16T07:03:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T11:34:13.000Z (7 months ago)
- Last Synced: 2024-07-30T22:53:55.785Z (3 months ago)
- Topics: dnscrypt
- Language: Vue
- Homepage: https://dnscrypt.info
- Size: 787 KB
- Stars: 60
- Watchers: 14
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **26**星
README
# dnscrypt-website
> DNSCrypt website
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).