Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luthaf/chemiscope-materials-cloud
https://github.com/luthaf/chemiscope-materials-cloud
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luthaf/chemiscope-materials-cloud
- Owner: Luthaf
- Created: 2021-09-15T12:53:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T13:16:40.000Z (11 months ago)
- Last Synced: 2024-11-09T04:39:07.373Z (3 months ago)
- Language: HTML
- Size: 2.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chemiscope deployment as a Materials Cloud tool
## Checking changes locally
You'll need docker installed. Then if you run the command below & navigate to
`http://localhost:8080`, you'll see the website as it will run on materials
cloud.```
docker build -t chemiscope . && docker run -p 8080:80 --rm chemiscope
```## Updating chemiscope
TODO