https://github.com/rarimo/freedomtool-web-ui
https://github.com/rarimo/freedomtool-web-ui
citizenship-verification-service decentralized-voting-application digital-voting freedom identity on-chain-voting-application online-voting-with-admin-panel privacy tool verification voting voting-application zkp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rarimo/freedomtool-web-ui
- Owner: rarimo
- License: mit
- Created: 2025-02-13T13:02:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-19T13:10:20.000Z (7 months ago)
- Last Synced: 2025-11-19T15:13:20.693Z (7 months ago)
- Topics: citizenship-verification-service, decentralized-voting-application, digital-voting, freedom, identity, on-chain-voting-application, online-voting-with-admin-panel, privacy, tool, verification, voting, voting-application, zkp
- Language: TypeScript
- Homepage: https://freedomtool.org
- Size: 13.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Freedom Tool Web UI
## Installation
### Prerequisites
- [Node.js](https://nodejs.org/en/download/)
- [Yarn](https://yarnpkg.com/getting-started/install)
### Create a `.env` file
Create a `.env` file in the root of the project by copying the `.env-staging` file.
```bash
cp .env-staging .env
```
### Install dependencies
```bash
yarn install
```
### Start the development server
```bash
yarn start
```
### Build the project
```bash
yarn build
```
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.