Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abernier/wormhole
🐛🕳️
https://github.com/abernier/wormhole
Last synced: 23 days ago
JSON representation
🐛🕳️
- Host: GitHub
- URL: https://github.com/abernier/wormhole
- Owner: abernier
- Created: 2023-06-26T09:54:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T13:00:54.000Z (over 1 year ago)
- Last Synced: 2024-11-29T03:47:49.508Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://abernier.github.io/wormhole/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Try on: [Codespace](https://github.com/codespaces/new?template_repository=abernier%2Ftpl-three) | [StackBlitz](https://stackblitz.com/github/abernier/tpl-three)
# INSTALL
Pre-requisites:
- Node
```sh
$ npm ci
```# Dev
```sh
$ npm run dev
```# Build
```sh
$ npm run build
```## Deploy
Pre-requisites:
- Make sure you have Github Pages set to `Github Actions` in your [project's Settings](/../../settings/pages)
A Github Actions [deploy](.github/workflows/deploy.yml) task will build and deploy to `https://{username}.github.io/{reponame}` when pushing on `main`.