https://github.com/funnbot/srjc-tec-website
Website for The Engineering Club at Santa Rosa Junior College
https://github.com/funnbot/srjc-tec-website
Last synced: 8 days ago
JSON representation
Website for The Engineering Club at Santa Rosa Junior College
- Host: GitHub
- URL: https://github.com/funnbot/srjc-tec-website
- Owner: funnbot
- License: mit
- Created: 2025-09-10T19:47:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-22T23:00:17.000Z (2 months ago)
- Last Synced: 2026-04-23T00:25:17.356Z (2 months ago)
- Language: Svelte
- Size: 3.69 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/funnbot/srjc-tec-website/actions/workflows/sveltekit-gh-pages.yml)
## Contributing
For an in-depth setup guide, see [setup](https://github.com/funnbot/srjc-tec-website/wiki/Development-Setup).
```sh
# install dependencies
deno install --allow-scripts
# start local development server
deno run dev
# or start the server and open the app in a new browser tab
deno run dev -- --open
```
## Building
To create a production version of your app:
```sh
deno run build
```
You can preview the production build with `deno run preview`.