Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T01:29:18.000Z (about 2 years ago)
- Last Synced: 2024-11-18T18:04:21.534Z (2 months ago)
- Topics: algorithms, angular, code-library, competitive-programming, data-structures
- Language: TypeScript
- Homepage: https://ekzlib.netlify.app/
- Size: 5.91 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- 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:
```
ng build --prod
npx serve -s dist
```