An open API service indexing awesome lists of open source software.

https://github.com/nlesc/symposium

eScience Center symposium website
https://github.com/nlesc/symposium

Last synced: 12 months ago
JSON representation

eScience Center symposium website

Awesome Lists containing this project

README

          

# Project running with SvelteKit and Netlify

### Running locally:
You need to have Node.js installed on your machine. Then run the following commands:
```bash
# with pnpm
pnpm install
pnpm dev
open http://localhost:5173/

# with npm
npm install
npm run dev
open http://localhost:5173/
```
Merging a git branch to main will trigger a deploy to Netlify. Branch previews are also available.