Skip to content
/ vpn-app Public
forked from web3yurii/vpn-app

VPN application for users to connect to the Anyone Network

Notifications You must be signed in to change notification settings

rA3ka/vpn-app

 
 

Repository files navigation

Electronjs + Nextjs + chakraUI

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

VPN application for users to connect to the Anyone Network

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%