https://github.com/tidev/v8-snapshot-www
Builds and caches V8Snapshots.h for building Titanium SDK on macOS and Windows
https://github.com/tidev/v8-snapshot-www
Last synced: about 1 year ago
JSON representation
Builds and caches V8Snapshots.h for building Titanium SDK on macOS and Windows
- Host: GitHub
- URL: https://github.com/tidev/v8-snapshot-www
- Owner: tidev
- License: apache-2.0
- Created: 2023-09-09T14:14:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T22:17:35.000Z (over 2 years ago)
- Last Synced: 2024-05-01T11:49:22.816Z (about 2 years ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# V8Snapshots.h Generator Site
This site generates a V8Snapshots.h file so that macOS and Windows machines can build the Titanium SDK. Generating the snapshot header requires a Linux machine.
Production: https://v8-snapshot.titaniumsdk.com/
## Dev
pnpm i
pnpm start
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deploy
One time:
git remote add dokku dokku@titaniumsdk.com:v8-snapshot.titaniumsdk.com
Then to release:
git push dokku main