Skip to content

Commit

Permalink
docs(docs): add some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed May 9, 2024
1 parent 47cea0f commit a0c35cc
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 500 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"printWidth": 100,
"overrides": [
{
"files": "*.md",
"files": "*.md(x)?",
"options": {
"printWidth": 100,
"proseWrap": "always"
Expand Down
92 changes: 0 additions & 92 deletions apps/docs/development.mdx

This file was deleted.

Empty file.
20 changes: 20 additions & 0 deletions apps/docs/development/development.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 'Development'
description: 'Start developing your own SaaS!'
---

## Requirements

You need to have the following tools installed on your machine:

- [Node.js](https://nodejs.org/en/) (v20 or newer)
- [NPM](https://www.npmjs.com/)

Supabase is used as the database for Saasfy. For running Supabase locally, you need to have Docker
installed on your machine. There are a number of different projects available to download Docker
from:

- [Docker Desktop](https://docs.docker.com/get-docker/) (macOS, Windows, Linux)
- [Rancher Desktop](https://rancherdesktop.io/) (macOS, Windows, Linux)
- [OrbStack](https://orbstack.dev/) (macOS)
- [colima](https://github.com/abiosoft/colima) (macOS)
Binary file removed apps/docs/images/checks-passed.png
Binary file not shown.
161 changes: 0 additions & 161 deletions apps/docs/images/hero-dark.svg

This file was deleted.

Loading

0 comments on commit a0c35cc

Please sign in to comment.