An open API service indexing awesome lists of open source software.

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

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.