Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sajid-ali committed Oct 1, 2024
1 parent 47a2273 commit 0ef2ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Research Technology Services @ NYU

# Deploy locally:
### Deploy locally:
On Linux/Macos run:
```
curl -fsSL https://pixi.sh/install.sh | bash
```
or look for alternate methods/platforms [here](https://prefix.dev/docs/pixi/overview#installation).

# Setup environment:
### Setup environment:
```
pixi shell
```

# Build and serve:
### Build and serve:
```
npm ci
npm run build
Expand Down

0 comments on commit 0ef2ed9

Please sign in to comment.