Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stackotter/delta-website
- Owner: stackotter
- Created: 2021-08-25T06:17:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T13:32:12.000Z (about 1 year ago)
- Last Synced: 2024-10-04T22:06:59.876Z (3 months ago)
- Topics: hacktoberfest, svelte, website
- Language: Svelte
- Homepage: https://deltaclient.app
- Size: 3.52 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```