Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 507 Bytes

Matgenie

This repo contains the Django code for the Matgenie front end for pymatgen. The website is run off Heroku with static assets being served from Amazon Web Services S3.

Running the frontend locally

Install all requirements using:

pip install -r requirements.txt

It is highly recommended you do this in a virtualenv.

Then run:

python manage.py runserver

Open a browser and point it to http://127.0.0.1:8000 (usually the default).