-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
# Fresh project | ||
# Schulterhoch Platform | ||
|
||
Your new Fresh project is ready to go. You can follow the Fresh "Getting | ||
Started" guide here: https://fresh.deno.dev/docs/getting-started | ||
Digital platform for wealth structuring and preservation across generations. Built in public, focusing on: | ||
- Exit planning for founders | ||
- International mobility strategies | ||
- Tax-efficient wealth structures | ||
- Multi-generational wealth preservation | ||
|
||
### Usage | ||
## Tech Stack | ||
- 🦕 Deno/Fresh | ||
- 🎨 Tailwind CSS | ||
- ⚡ Islands Architecture | ||
- 🔒 Type-safe throughout | ||
|
||
Make sure to install Deno: https://deno.land/manual/getting_started/installation | ||
## Development | ||
|
||
Then start the project: | ||
```bash | ||
# Clone the repository | ||
git clone https://github.com/yourusername/schulterhoch-platform.git | ||
|
||
``` | ||
deno task start | ||
``` | ||
# Enter the project directory | ||
cd schulterhoch-platform | ||
|
||
This will watch the project directory and restart as necessary. | ||
# Start the development server | ||
deno task start |