https://github.com/rarimo/freedomtool-landing
https://github.com/rarimo/freedomtool-landing
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rarimo/freedomtool-landing
- Owner: rarimo
- Created: 2024-05-20T10:11:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T09:52:38.000Z (about 2 years ago)
- Last Synced: 2025-06-21T18:39:25.455Z (about 1 year ago)
- Language: HTML
- Size: 6.82 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Freedom Tool landing page

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn start
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Build docker image with version
```dockerfile
docker build --no-cache --progress=plain --build-arg BUILD_VERSION=1.0.0-rc.0 -t freedomtool .
```
### Dealing with env variables
Env variables can be rewritten by [env.is] (./static/env.js) file in runtime. To do so, we need to provide same [env variables](.env.example) there in json format