https://github.com/starspacegroup/my-starspace
WIP: Post to my.starspace.group/[your.discord.id]
https://github.com/starspacegroup/my-starspace
accountability blog coworking discord
Last synced: about 2 months ago
JSON representation
WIP: Post to my.starspace.group/[your.discord.id]
- Host: GitHub
- URL: https://github.com/starspacegroup/my-starspace
- Owner: starspacegroup
- Created: 2025-03-11T12:36:32.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-19T07:09:47.000Z (2 months ago)
- Last Synced: 2025-03-19T08:22:30.756Z (2 months ago)
- Topics: accountability, blog, coworking, discord
- Language: CSS
- Homepage: https://my.starspace.group
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My *Space
A productivity blog for the *Space Discord server.
Created with SvelteKit and hosted on Cloudflare Pages, Workers, and Workflows.
Built for *Space members, by *Space members.
## Table of Contents
- [My \*Space](#my-space)
- [Table of Contents](#table-of-contents)
- [Creating a Blog (Users)](#creating-a-blog-users)
- [Contributing (Developers)](#contributing-developers)
- [Building locally](#building-locally)
- [Pull Requests](#pull-requests)## Creating a Blog (Users)
- [Join the *Space Discord server](https://discord.gg/6JXhPBAUWU).
- Log in and create your account on [My *Space](https://my.starspace.group).---
## Contributing (Developers)
### Building locally
- Clone this repository
`git clone https://github.com/starspace-group/my-starspace.git`.
- CD into the project folder: `cd my-starspace`.
- Create `.env` file: `cp .env.example .env`.
- Install dependencies: `yarn i`.
- Run the development server: `yarn run dev`.
- Open [http://localhost:5173](http://localhost:5173) in your browser to view
the project.### Pull Requests
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change. Please make sure to create/update tests
as appropriate.