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
- Host: GitHub
- URL: https://github.com/nlesc/symposium
- Owner: NLeSC
- License: apache-2.0
- Created: 2022-05-02T12:53:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T07:46:46.000Z (over 3 years ago)
- Last Synced: 2025-06-10T08:07:03.681Z (about 1 year ago)
- Language: Svelte
- Size: 129 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.