Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apollo199999999/clickphase-web
The repository for ClickPhase's new website, which replaces clickphase.weebly.com
https://github.com/apollo199999999/clickphase-web
clickphase dynawin fluent fluent-svelte granny-keyboard js launcherx svelte sveltejs website
Last synced: 3 days ago
JSON representation
The repository for ClickPhase's new website, which replaces clickphase.weebly.com
- Host: GitHub
- URL: https://github.com/apollo199999999/clickphase-web
- Owner: Apollo199999999
- License: mit
- Created: 2022-02-26T13:03:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T09:59:35.000Z (27 days ago)
- Last Synced: 2024-12-19T10:42:38.342Z (27 days ago)
- Topics: clickphase, dynawin, fluent, fluent-svelte, granny-keyboard, js, launcherx, svelte, sveltejs, website
- Language: Svelte
- Homepage: https://clickphase.vercel.app
- Size: 205 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClickPhase's website
The official GitHub repository for ClickPhase's new website built with [SvelteKit](https://kit.svelte.dev/), located at https://clickphase.vercel.app. This new website replaces our old website created using Weebly, which was originally located at https://clickphase.weebly.com, but is now archived [here](https://clickphase-old.vercel.app).![Screenshot of ClickPhase's website](https://github.com/Apollo199999999/clickphase-web/assets/60572589/d7968b63-8ec0-4a55-9bb8-94c5e9dcd00c)
## Overview
This repository contains the source code for ClickPhase's new website. The site is written using [SvelteKit](https://kit.svelte.dev/), and deployed with [Vercel](https://vercel.com/).## Building this project
After you have cloned/forked this repository and installed dependencies with `npm install` (or `pnpm install` or `yarn`), 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
```
## Compiling a production version
We currently use [SvelteKit's auto adapter](https://www.npmjs.com/package/@sveltejs/adapter-auto) module, which is then deployed to Vercel.
To create a production version:```bash
npm run build
```You can preview the production build with `npm run preview`.
## Privacy Policy
The privacy policy for ClickPhase's website can be viewed [here](https://github.com/Apollo199999999/clickphase-web/blob/main/PRIVACYPOLICY.md).## License
ClickPhase's website is licensed under the MIT License, which you can view [here](https://github.com/Apollo199999999/clickphase-web/blob/main/LICENSE).Copyright © 2020-present ClickPhase