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

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

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