Skip to content

michqo/vlsmcalc

Repository files navigation

Subnet Generator

Site to generate subnets easily

Developing

  1. Clone the repo
git clone https://github.com/MichalUSER/vlsmcalc.git
  1. Install dependencies
npm install
# or
pnpm install
  1. Run dev server
npm run dev
# or
pnpm run dev

Building

npm run build
# or
pnpm build

Tech stack

  • Svelte
  • TypeScript
  • Tailwind

Check it out