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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# YSTV Calendar
1
+
# YSTV Internal Site
2
2
3
3
This is the repo for https://internal.ystv.co.uk.
4
4
Formerly known as `experimental-hypothetical-new-internal-site-idea`.
5
5
6
6
## Getting Started
7
7
8
-
To set up a local copy of the new calendar, you will need
8
+
To set up a local copy of the new internal site, you will need
9
9
10
10
- Node.js (18 or later) - https://nodejs.org/en/download
11
11
- Yarn - once you have Node installed, run `corepack enable`
@@ -31,7 +31,7 @@ You will also need to set up the following:
31
31
32
32
### Postgres Database
33
33
34
-
Once you have PostgreSQL installed, run `createdb calendar_2023`.
34
+
Once you have PostgreSQL installed, run `createdb internal_site`.
35
35
36
36
Now run `yarn prisma db push` to set up the database tables.
37
37
If you get a permissions error, check your PostgreSQL authentication settings - you should have a `local all all peer` line in your pg_hba.conf.
@@ -95,6 +95,6 @@ Feature specific docs:
95
95
- lib/ - low level utilities (auth, db, etc.)
96
96
- server/ - custom server that handles socket.io communication
97
97
98
-
## Issue Tracking
98
+
## Contributing
99
99
100
-
We use [Linear](https://linear.app/ystv) to track issues - to access it, sign in with your @ystv.co.uk Google account (ask a Computing Team member if you don't have one).
100
+
Some documentation about how to contribute and some standards to follow is available [here](/docs/contributing.md)
0 commit comments