https://github.com/getsentry/hackweek
https://github.com/getsentry/hackweek
tag-non-production
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getsentry/hackweek
- Owner: getsentry
- Created: 2017-11-01T23:03:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T17:22:45.000Z (9 months ago)
- Last Synced: 2025-03-22T06:47:07.572Z (3 months ago)
- Topics: tag-non-production
- Language: JavaScript
- Size: 2.97 MB
- Stars: 4
- Watchers: 49
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentry Hackweek
Welcome to #hackweek!
To get the project running:
```bash
npm install && npm start
```The Hackweek site uses firebase, so to deploy it you'll need Google credentials.
## Deployment
For dev deployments:
```bash
npm run build && npm run deploy-dev
```> [!NOTE]
> You don't need to run dev deploys if you don't change the `database.rules.bolt` file.