You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains a collection of smaller projects or libraries that are used across the daily.dev application suite. Here's a brief overview of each package mentioned:
@@ -55,26 +58,27 @@ contains a collection of smaller projects or libraries that are used across the
55
58
The main project contains most of the components used in the applications. Every component that needs to be used on both platforms should be placed in this project. This includes the design system components, custom hooks, and many more.
The web app project. This is a Next.js project and has more pages than the extension, such as a registration page, post page, profile page, etc. For more information [click here](https://github.com/dailydotdev/apps/tree/master/packages/webapp).
63
67
64
68
## Local Environment
69
+
65
70
To spin up a local environment, we suggest using GitPod. We have a GitPod button above, everything is already configured and should work out of the box. Click on it and let's roll!
66
71
67
72
**Note:** Checkout getting started with GitPod using their [official docs](https://www.gitpod.io/docs/introduction/getting-started). If you're new to gitPod, don't worry, it's a simple and powerful tool that will help you get started with this project in no time.
68
73
69
-
70
74
## Want to Help?
71
75
72
76
So you want to contribute to daily.dev app suite and make an impact, we are glad to hear it. :heart_eyes:
73
77
74
78
Before you proceed we have a few guidelines for contribution that will make everything much easier.
75
79
76
80
We would appreciate if you dedicate the time and read them carefully:
0 commit comments