This repository contains source code for the ekzlib website.
This is a static site built with Angular and deployed on Netlify.
Run the development server:
npm start
Build the client-side production bundle with Angular, and serve static files:
npm run build
npx serve -s dist