Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.27 KB

File metadata and controls

34 lines (24 loc) · 1.27 KB

Lint Coverage Playwright E2E Codecov

Structural Biology Platform (SBP) Portal

This repository contains the code for the Structural Biology Platform (SBP) web portal, which provides a user interface for accessing and managing structural biology resources.

Frontend (Angular 20 + Tailwind)

This repository now contains a minimal Angular application scaffold at the repository root. To run it locally:

  1. Install Node.js (recommended: use nvm) so node, npm, and npx are available.
  2. Install dependencies:
npm install
  1. Start the dev server:
npm start
  1. To run tests
npm test

Notes:

  • Tailwind and PostCSS are configured via tailwind.config.cjs and postcss.config.cjs.
  • If you scaffolded with a different version of Angular CLI locally, some generated files may differ; these files are a minimal starting point created without running the Angular CLI in this environment.