Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stackotter/delta-website

The website for Delta Client. Created with svelte.
https://github.com/stackotter/delta-website

hacktoberfest svelte website

Last synced: 3 months ago
JSON representation

The website for Delta Client. Created with svelte.

Awesome Lists containing this project

README

        

# [The Delta Client website](https://deltaclient.app)

For an overview of Delta Client go to the [Delta Client repository](https://github.com/stackotter/delta-client). This is just the website for that project.

## Contributing

The [Delta Client contributing guidelines](https://github.com/stackotter/delta-client) should have all the information you need to get started contributing for this website.

Here's the simplest way to setup the development environment;

```bash
# setup
git clone https://github.com/stackotter/delta-website # or your fork
cd delta-website
npm install

# start the development server and open it in the browser automatically
npm run dev -- --open
```