Skip to content

Commit 938aa58

Browse files
Update README
1 parent a55d8e5 commit 938aa58

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

.readme/reference8-banner.png

299 KB
Loading

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Reference8
22

3-
Web-based photo reference tool for artists and creatives.
3+
[![Reference8](/.readme/reference8-banner.png)](https://reference8.com)
44

5-
Created with React, Next.js, and TailwindCSS.
5+
Web-based photo reference tool for artists and creatives.
66

7+
Launch the latest build of [Reference8](https://reference8.com) in your browser.
78

8-
## Todo
9+
10+
## Status/Todo
11+
12+
It is functional. The basics are here, but there are various improvements that can be made.
913

1014
- [ ] Ensure that drag and drop is working.
15+
- [ ] Menus should close without user needing to manually close them.
16+
17+
If you'd like to help out, please take a look at the Contributing section below.
18+
19+
20+
## Installing
21+
22+
```bash
23+
npm install
24+
```
1125

1226

1327
## Running the code
@@ -21,6 +35,13 @@ npm run dev
2135
Then open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
2236

2337

38+
### Contributing
39+
40+
Reference8 is React + Next.js project using TailwindCSS for styling. The project doesn't currently use Typescript.
41+
42+
Contributions are welcome. You can open and issue or get it contact with me at hi@noahrahm.com.
43+
44+
2445
## License
2546

2647
Source code is licensed under the GPL-3.0 license. See [LICENSE](/LICENSE) for details.

0 commit comments

Comments
 (0)