https://github.com/safe-global/safe-guardians-page
This page is dedicated to the Safe Guardians program, a program designed to reward active members of the Safe community, who use their powers to contribute positively to the ecosystem.
https://github.com/safe-global/safe-guardians-page
Last synced: over 1 year ago
JSON representation
This page is dedicated to the Safe Guardians program, a program designed to reward active members of the Safe community, who use their powers to contribute positively to the ecosystem.
- Host: GitHub
- URL: https://github.com/safe-global/safe-guardians-page
- Owner: safe-global
- License: mit
- Created: 2022-03-16T10:58:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T13:06:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T18:22:43.652Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://forum.safe.global/c/safe-ecosystem/safe-guardians
- Size: 13.6 MB
- Stars: 2
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Safe Guardians Page


## Getting Started
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
We use [yarn](https://yarnpkg.com) in our infrastructure, so we decided to go with yarn in the README.
Please install yarn globally if you haven't already.
### Installing and running
Install dependencies for the project:
```
yarn install
```
To launch the dev version of the app locally:
```
yarn start
```
### Building
To get a complete bundle use:
```
yarn build
```
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## License
This project is released under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.