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
-[x] Source code has support for writing in **Vue**, **React**, **Svelte** and/or **Preact**
8
+
-[x] Source compiles into static html and css with no/little javascript
9
+
-[x] Uses Tailwindcss for styling
10
+
-[x] Handcrafted UI with UX in mind
11
+
-[x] Accessible, Performant and SEO Optimized
12
+
13
+
## 🤔 I want to see a Deployed Version
14
+
15
+
This website is live hosted at: https://devprotocol.netlify.app.
16
+
17
+
## 🚀 Get It Running Quick
18
+
19
+
1. Skip all of the rest steps and use GitPod, which would automattically do all of this for you: [](https://gitpod.io/#https://github.com/web3community/devprotocol.xyz)
20
+
21
+
2. Make sure you have the latest version of NodeJs Installed.
22
+
23
+
```sh
24
+
node --version
25
+
```
26
+
27
+
3. Install Dependencies
28
+
29
+
```sh
30
+
npm install
31
+
```
32
+
33
+
4. Start the app
34
+
35
+
```sh
36
+
npm run start
37
+
```
38
+
39
+
## 📦 Requirements
40
+
41
+
- [x] A latest version of [NodeJs](https://nodejs.org)
42
+
43
+
## ⌚ Coming Soon
44
+
45
+
Every contributor's efforts and time are deeply appreciated :smile:
46
+
47
+
Updates available at: https://github.com/web3community/devprotocol.xyz/projects/1
0 commit comments