Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tikhonbelousko/subambient.xyz


https://github.com/tikhonbelousko/subambient.xyz

Last synced: 10 days ago
JSON representation

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
```