Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dosm-malaysia/kawasanku-front
https://github.com/dosm-malaysia/kawasanku-front
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dosm-malaysia/kawasanku-front
- Owner: dosm-malaysia
- License: mit
- Created: 2022-05-16T07:21:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T07:50:49.000Z (over 1 year ago)
- Last Synced: 2024-11-29T21:22:21.491Z (about 2 months ago)
- Language: TypeScript
- Size: 6.9 MB
- Stars: 39
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# KAWASANKU
> The official Malaysian government dashboard for MyCensus 2020 and related data.
![Screenshot of KAWASANKU homepage](/public/static/dashboard.png)
## Installation
#### Clone project
```
git clone https://github.com/dosm-malaysia/kawasanku.git
```#### Run in development mode
```bash
yarn
yarn dev
```#### Static build for production
```
yarn
yarn build
yarn start
```## License
This project is published under the [MIT license](https://github.com/dosm-malaysia/kawasanku/blob/main/LICENSE.md).