Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonlin-lin-chaos-order-etc-etal/starship
https://github.com/nonlin-lin-chaos-order-etc-etal/starship
blockchain blockchain-technology chat client ecosystem gpl gpl3 gplv3 instant-messaging opensource server starship starships
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nonlin-lin-chaos-order-etc-etal/starship
- Owner: nonlin-lin-chaos-order-etc-etal
- License: gpl-3.0
- Created: 2021-12-31T23:23:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T07:13:59.000Z (almost 3 years ago)
- Last Synced: 2024-04-28T07:26:29.163Z (6 months ago)
- Topics: blockchain, blockchain-technology, chat, client, ecosystem, gpl, gpl3, gplv3, instant-messaging, opensource, server, starship, starships
- Language: Svelte
- Homepage: https://starship.social/
- Size: 790 KB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SvelteKit
Example project using SvelteKit with the [SpaceX GraphQL API](https://api.spacex.land/graphql/), deployed to [Vercel](https://vercel.com).
## Deploy Your Own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fvercel%2Ftree%2Fmain%2Fexamples%2Fsveltekit&project-name=sveltekit-vercel&repository-name=sveltekit-vercel&demo-title=SvelteKit%20%2B%20Vercel&demo-description=SvelteKit%20app%20fetching%20data%20from%20the%20SpaceX%20GraphQL%20API.&demo-url=https%3A%2F%2Fsveltekit.examples.vercel.com%2F&demo-image=https%3A%2F%2Fsveltekit.examples.vercel.com%2Ftwitter.png)
_Live Example: https://sveltekit.examples.vercel.com_
## Developing
Once you've created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
This uses the [Vercel Adapter](https://github.com/sveltejs/kit/tree/master/packages/adapter-vercel) for SvelteKit.
```bash
npm run build
```