Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tikhonbelousko/subambient.xyz
https://github.com/tikhonbelousko/subambient.xyz
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tikhonbelousko/subambient.xyz
- Owner: tikhonbelousko
- Created: 2023-12-14T16:38:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T15:35:34.000Z (9 months ago)
- Last Synced: 2024-04-18T17:22:29.429Z (9 months ago)
- Language: HTML
- Homepage: https://subambient-xyz.vercel.app
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a vanilla web app built with [Parcel](https://parceljs.org).
## Getting Started
Run the dev server:
```bash
yarn start
# or
npm start
```And open [localhost:1234](http://localhost:1234) in your browser!
As you make changes, you should see your app automatically update in the browser without even refreshing the page!
## Learn More
- [Getting started guide](https://parceljs.org/getting-started/webapp/)
- [Documentation](https://parceljs.org/docs/)## Deploy Your Own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/parcel&template=parcel)
_Live Example: https://parcel-template.vercel.app_
### Deploying From Your Terminal
You can deploy your new Parcel project with a single command from your terminal using [Vercel CLI](https://vercel.com/download):
```shell
$ vercel
```