https://github.com/getlantern/www
The old website of lantern
https://github.com/getlantern/www
Last synced: 8 months ago
JSON representation
The old website of lantern
- Host: GitHub
- URL: https://github.com/getlantern/www
- Owner: getlantern
- Created: 2015-07-08T17:00:25.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T14:07:49.000Z (over 3 years ago)
- Last Synced: 2024-04-15T03:25:54.921Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.98 MB
- Stars: 39
- Watchers: 26
- Forks: 18
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is the web site for https://lantern.io
This site requires [Jinja2](jinja.pocoo.org).
`make run` to build and serve HTML on 8000 port. Visiting / redirects to preferred language of the browser, or `en_US` if the language is not supported.
Modify bin/config.py to add more supported languages.
`make deploy-beta` deploys to http://beta.getlantern.org.s3-website-us-east-1.amazonaws.com/
`make deploy` deploys to https://lantern.io, plus all S3 mirrors.
`make run` runs a local version at http://localhost:8000
## Translations
To update translations, you need the transifex CLI tool. You can install this with:
`pip install transifex-client`
You can then pull in translations with:
`tx pull`
Then you need to commit them to the repository and deploy using one of the above make targets.