clxxiii / https-workshop

A project for CSC332, Aims to teach about how the TLS handshake works in a simple, fun, format

Home Page:https://csc332.clxxiii.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPS Simulator

This is a project for CSC332, it aims to teach about how the TLS handshake works in a simple, fun, format

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

commits to the main branch are automatically deployed to Vercel

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

A project for CSC332, Aims to teach about how the TLS handshake works in a simple, fun, format

https://csc332.clxxiii.dev


Languages

Language:Svelte 62.6%Language:TypeScript 30.2%Language:JavaScript 2.8%Language:CSS 2.6%Language:HTML 1.8%