Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

charites-docs

This is documentation website for charites. It uses sphinx. Please also see https://www.sphinx-doc.org/en/master/tutorial/getting-started.html.

Install

python -m pip install --upgrade pip
pip install pipenv
pipenv install

Build

  • for production
pipenv run build
  • development
pipenv run dev

open http://127.0.0.1:8000

for i18n

Install transifex CLI in your local machine

curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
# initialise (only first time)
$tx init

# update transifex
$make transifex_sync

# pull from transifex
$make transifex_pull

# craete html
$make html