2022-12-18.3.27.25.mov
https://linklinkchon.netlify.app/
yarn installf
yarn start
cd backend
pip install -r requirements.txt
python manage.py runserver
Used Enzyme
for frontend testing
yarn testf
Used Eslint
with eslint-config-airbnb
eslint src
oryarn lintf
Used Pytest
and Coverage
cd backend
coverage run --branch --source='./linklink' manage.py test linklink/tests
Or type:
yarn testb
Used Pylint
cd backend
pylint --rcfile=pylintrc **/*.py
Or type:
yarn lintb
- python == 3.8
- Django == 4.1
cd backend
python manage.py loaddata */fixtures/*.json
Or simply type:
yarn loaddb