Skip to content

this webapp convert findings from security assesment platform into pdf

Notifications You must be signed in to change notification settings

c3budiman/sec-framework-front

Repository files navigation

Getting it Started

if you have npm, just use npm. but if you would like to move into pnpm. then install pnpm first. why pnpm? faster, and efficient disk!

#to install pnpm :
#posix :
curl -fsSL https://get.pnpm.io/install.sh | sh -
#windows : 
iwr https://get.pnpm.io/install.ps1 -useb | iex

finally if u have pnpm then you can run this :

$ pnpm install # install dependency
$ pnpm run dev # start the project in dev environment
$ pnpm run lint # linting
$ pnpm run test # unit testing
$ pnpm run build # build the project
$ pnpm run start # start with the builded project
$ pnpm run analyze # to analyze the bundle size, lib size etc..

Coding Style

About

this webapp convert findings from security assesment platform into pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages