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

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]

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.