Stanlyio / BetaRunetworkguard

Home Page:https://beta-runetworkguard.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Бета (СУРРОГАТ)

от материнки
🌐 digital-defense.io




👉 Read the Checklist 👈


Contents

The Checklist

You can view the full checklist in CHECKLIST.md


The Website

The easiest method for consuming the checklist is via our website, at: digital-defense.io

Here you can browse lists, filter by your threat model and tick items off once complete (plus, there's pretty charts to make you feel good about your progress ☺️).

About

The source for the website is in web/.
The site is built with Qwik, using TypeScript and some components from DaisyUI.

Developing

To run the app locally, or to make code changes, you'll need Node and Git installed.

  1. Grab the code: git@github.com:Lissy93/personal-security-checklist.git
  2. Navigate into source: cd personal-security-checklist/web
  3. Install dependencies: yarn
  4. Start the development server: yarn dev

Alternatively, just open this repo is Code Spaces, where everything is already configured and ready to go.

Deploying

To deploy the app, follow the developing steps above, then run yarn build.static. You can then deploy it by copying the dist/ directory to any CDN, web server or static hosting provider of your choice.

Alternatively, fork the repo and import into your providers dashboard. Or use the link below for an easy 1-click deploy 😉


The API

We also make all the data available via a free API, which you can use however you wish.

Usage

All endpoints are documented in our OpenAPI spec, you can view these and try them out via our Swagger docs.

Base: digital-defense.io/api

/api/checklists /api/checklists/[name-or-index] /api/checklists/[name]/[point-index] /api/search/[searchterm]

About

https://beta-runetworkguard.vercel.app

License:Other


Languages

Language:TypeScript 93.7%Language:JavaScript 3.5%Language:Python 2.3%Language:CSS 0.6%