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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This repository contains the source for the community showcase website maintaine
8
8
Live production: https://www.reactdevske.org/
9
9
10
10
**Table of contents**
11
+
11
12
- Overview
12
13
- Features
13
14
- Tech stack
@@ -23,13 +24,15 @@ Live production: https://www.reactdevske.org/
23
24
This site showcases the community, upcoming events, contact information and resources for React developers in Kenya. It's intended as a community-maintained, easy-to-contribute codebase for public-facing content and event announcements.
24
25
25
26
**Features**
27
+
26
28
- Responsive, accessible UI built with Next.js and Tailwind CSS.
27
29
- Pages for home, about, contact, events, news, forum and members.
28
30
- Reusable component library under `src/components`.
29
31
- Playwright end-to-end tests (see `e2e/`).
30
32
- Docker support for production-like local testing.
31
33
32
34
**Tech stack**
35
+
33
36
- Next.js (pages-based) + React
34
37
- TypeScript
35
38
- Tailwind CSS
@@ -39,6 +42,7 @@ This site showcases the community, upcoming events, contact information and reso
39
42
**Quickstart (local development)**
40
43
41
44
Prerequisites:
45
+
42
46
- Node.js 16+ (or the version compatible with the `next` dependency)
43
47
- npm or yarn
44
48
@@ -47,7 +51,7 @@ Install dependencies:
47
51
```bash
48
52
npm install
49
53
# or
50
-
yarn install
54
+
yarn install
51
55
```
52
56
53
57
Run the development server:
@@ -65,6 +69,7 @@ npm run start
65
69
```
66
70
67
71
Useful scripts (from `package.json`):
72
+
68
73
-`npm run dev` — starts Next.js in development mode
69
74
-`npm run build` — produces a production build
70
75
-`npm run start` — runs the production build
@@ -104,6 +109,7 @@ Playwright config is at `playwright.config.ts`.
0 commit comments