# UMKM Merdeka
[](https://hackmd.io/sYiNJVrtSS2cLdZWH0k5VQ)
Repository APINDO UMKM MERDEKA
url deploy web : https://umkm.me/
## Contributing
- First, set your `.aws/credentials` and `.aws/config` with aws account umkm.me (aws account #788616796222)
```sh
# use umkm.me aws profile
export AWS_PROFILE="umkm"
# run the backend development stage
# if asked, use your username for the stage (i.e. for me I use stage 'louis')
yarn sst dev
# run the frontend in development
yarn dev
```
To deploy the frontend and backend into production
```sh
npx sst deploy --stage=prod
```
## Personas
- Admin UMKM
- Staff UMKM
- Mentor
- Mahasiswa
- Admin Universitas
## Knowledge Management
- [Lesson Learned](./docs/lesson-learned.md)
## How to use seeder?
First, if you haven't installed ts-node please install it first
https://typestrong.org/ts-node/docs/installation/
Move to seeder directory by using this command
```sh
cd ./packages/seeder
```
And then use this command below to run the seeder
```sh
ts-node seederData (Role) (stage) (number of seeder to generate)
```
Example :
```sh
ts-node seederData Lecturer azka 50
```
```sh
ts-node seederData Umkm daniel 100
```
Roles:
Lecturer
Umkm
Student
Mentor