Skip to content

cyberfinity/www.cyberfinity.net

Repository files navigation

Cyberfinity website

This monorepo contains the private NPM packages that make up the main Cyberfinity website, along with associated assets and deployment scripts.

|   # Back-up of old (v1) website code
├── old/
|
|   # NPM packages managed by Lerna
└── packages/
    |
    |   # Back-end CMS code
    ├── be/
    |
    |   # Nunjucks HTML templates
    ├── fe-templates/
    |
    |   # Front-end UI code (CSS & JS)
    └── fe-ui/