Skip to content

Commit eb2363c

Browse files
committed
update repo
1 parent c76eec3 commit eb2363c

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 16.5.0

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,27 @@
22

33
A platform to run events, courses or workshops
44

5+
## Requirements
6+
7+
- nodejs@16
8+
9+
You may install [asdf](https://asdf-vm.com/guide/getting-started.html) and then
10+
11+
```sh
12+
asdf install nodejs 16.5.0
13+
```
14+
515
## Development
616

717
Clone the repository and then run
818

9-
```
19+
```sh
1020
npm install
21+
cp .env.example .env
1122
npm run dev
1223
```
1324

14-
visit localhost:3000
25+
visit localhost:4000 (make sure a course is added via [admin](https://github.com/compassionprojects/events-admin))
1526

1627
## Tech stack
1728

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
},
2424
"homepage": "https://github.com/compassionprojects/events-web#readme",
2525
"engines": {
26-
"node": "16.x",
27-
"npm": "8.x"
26+
"node": "16.x"
2827
},
2928
"dependencies": {
3029
"@apollo/react-hooks": "~3.1.5",

0 commit comments

Comments
 (0)