https://github.com/ekzhang/ekzlib
Source code for the ekzlib website
https://github.com/ekzhang/ekzlib
algorithms angular code-library competitive-programming data-structures
Last synced: 28 days ago
JSON representation
Source code for the ekzlib website
- Host: GitHub
- URL: https://github.com/ekzhang/ekzlib
- Owner: ekzhang
- Created: 2020-02-17T03:03:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T00:44:24.000Z (3 months ago)
- Last Synced: 2025-04-20T00:54:12.414Z (30 days ago)
- Topics: algorithms, angular, code-library, competitive-programming, data-structures
- Language: TypeScript
- Homepage: https://ekzlib.netlify.app/
- Size: 5.99 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ekzlib
This repository contains source code for the [ekzlib website](https://ekzlib.herokuapp.com).
This is a static site built with Angular and deployed on Netlify.
## Building and Running
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
```