mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-05 12:16:13 +01:00
Update home page & README
This commit is contained in:
@@ -13,6 +13,7 @@ Spliit is a free and open source alternative to Splitwise. I created it back in
|
|||||||
- [x] Split expenses unevenly [(#6)](https://github.com/scastiel/spliit2/issues/6)
|
- [x] Split expenses unevenly [(#6)](https://github.com/scastiel/spliit2/issues/6)
|
||||||
- [x] Mark a group as favorite [(#29)](https://github.com/scastiel/spliit2/issues/29)
|
- [x] Mark a group as favorite [(#29)](https://github.com/scastiel/spliit2/issues/29)
|
||||||
- [x] Tell the application who you are when opening a group [(#7)](https://github.com/scastiel/spliit2/issues/7)
|
- [x] Tell the application who you are when opening a group [(#7)](https://github.com/scastiel/spliit2/issues/7)
|
||||||
|
- [x] Assign a category to expenses [(#35)](https://github.com/scastiel/spliit2/issues/35)
|
||||||
|
|
||||||
### Possible incoming features
|
### Possible incoming features
|
||||||
|
|
||||||
@@ -40,10 +41,11 @@ The project is open to contributions. Feel free to open an issue or even a pull-
|
|||||||
5. `npm run dev`
|
5. `npm run dev`
|
||||||
|
|
||||||
## Run in a container
|
## Run in a container
|
||||||
|
|
||||||
1. Run `npm run build-image` to build the docker image from the Dockerfile
|
1. Run `npm run build-image` to build the docker image from the Dockerfile
|
||||||
2. Copy the file `container.env.example` as `container.env`
|
2. Copy the file `container.env.example` as `container.env`
|
||||||
3. Run `npm run start-container` to start the postgres and the spliit2 containers
|
3. Run `npm run start-container` to start the postgres and the spliit2 containers
|
||||||
3. You can access the app by browsing to http://localhost:3000
|
4. You can access the app by browsing to http://localhost:3000
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ import { Button } from '@/components/ui/button'
|
|||||||
import {
|
import {
|
||||||
BarChartHorizontalBig,
|
BarChartHorizontalBig,
|
||||||
CircleDollarSign,
|
CircleDollarSign,
|
||||||
|
Divide,
|
||||||
|
FolderTree,
|
||||||
Github,
|
Github,
|
||||||
List,
|
List,
|
||||||
LucideIcon,
|
LucideIcon,
|
||||||
@@ -65,6 +67,16 @@ export default function HomePage() {
|
|||||||
name="Expenses"
|
name="Expenses"
|
||||||
description="Create and list expenses in your group."
|
description="Create and list expenses in your group."
|
||||||
/>
|
/>
|
||||||
|
<Feature
|
||||||
|
Icon={FolderTree}
|
||||||
|
name="Categories"
|
||||||
|
description="Assign categories to your expenses."
|
||||||
|
/>
|
||||||
|
<Feature
|
||||||
|
Icon={Divide}
|
||||||
|
name="Advanced split"
|
||||||
|
description="Split expenses by percentage, shares or amount."
|
||||||
|
/>
|
||||||
<Feature
|
<Feature
|
||||||
Icon={Share}
|
Icon={Share}
|
||||||
name="Share"
|
name="Share"
|
||||||
|
|||||||
Reference in New Issue
Block a user