Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
<!-- # OSL webpage -->
# OpenScienceLabs Web Page

## Setup

Create a new `conda` environment:

```bash
$ mamba env create --file conda/dev.yaml --force
```

> You can use mamba or conda when creating a new environment.


Activate your environment:

```bash
$ conda activate osl
```

Install dependencies with `poetry`:

```bash
$ poetry install
```

Build and start a simple web server locally:

```bash
$ make watch
```
1 change: 1 addition & 0 deletions conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dependencies:
- python
- poetry
- nodejs
- make