Skip to content

reneschultheis/sec-o-simple

 
 

Repository files navigation

Sec-O-Simple

Further information can be found in the Documentation

Development

Branch policy

When working on new features or fixing bugs, create a new branch based on main and give it a meaningful name. Rebase or merge main regularly into your branch in order to prevent large merge conflicts.

Naming examples:

  • feat/navigation-redesign
  • fix/excessive-loading-time

Prerequisites

Project setup

# Clone repository
git clone git@github.com:sec-o-simple/sec-o-simple.git
cd sec-o-simple

# Install NPM dependencies
npm ci

Run server

# Start vite development server
npm run dev

The webapp is now accessible at http://localhost:8080

Testing

# Run automated tests
npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.1%
  • JavaScript 4.3%
  • Other 0.6%