Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no-instructions/system3-website-public
https://github.com/no-instructions/system3-website-public
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/no-instructions/system3-website-public
- Owner: No-Instructions
- License: mit
- Created: 2024-11-15T20:17:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T21:05:43.000Z (about 2 months ago)
- Last Synced: 2024-11-15T21:26:56.307Z (about 2 months ago)
- Language: Svelte
- Size: 26.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
System 3 Website
The marketing site for [System 3](https://system3.md), built with SvelteKit.
## Overview
System 3 creates tools for knowledge workers and teams, starting with Relay - a collaboration plugin for Obsidian that enables real-time and asynchronous collaboration while maintaining data sovereignty.
## Documentation
This project's documentation has been moved to our internal handbook, available at `/handbook` when running the development server.
Visit:
- Development server: http://localhost:5173
- Project handbook: http://localhost:5173/handbookDocumentation sections:
- [Architecture](/handbook/architecture) - Technical implementation
- [Theme System](/handbook/theme-system) - Visual design and components
- [Content Strategy](/handbook/content-strategy) - Content guidelines
- [Current Todo](/handbook/todo) - Ongoing work## Quick Start
```bash
# Install dependencies
pnpm install# Start development server
pnpm dev# Build for production
pnpm build
```## Attribution & License
Built by modifying [shadcn-svelte](https://www.shadcn-svelte.com/) by [huntabyte](https://github.com/huntabyte). Modifications by Matt O'Brien.
Original shadcn-svelte components are under MIT license. System 3 modifications and content © 2024 No Instructions, LLC.
## Community
Join our [Discord server](https://discord.system3.md) for support and discussion.
Contact: [email protected]