We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c829779 commit 324f1eaCopy full SHA for 324f1ea
2 files changed
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: release
2
3
on:
4
release:
5
- - types: [released]
+ types: [published]
6
7
jobs:
8
docker:
CONTRIBUTING.md
@@ -0,0 +1,12 @@
1
+## Running / developing locally
+
+### Prerequisites
+You _must_ follow the steps for node-canvas outlined here: https://www.npmjs.com/package/canvas.
+### Project structure
9
+This repo uses npm workspaces and is split into two main top level folders:
10
11
+- `./apps` - Contains the two 'applications', `frontend` and `backend`.
12
+- `./packages` - Contains all of the packages which can be used by both applications.
0 commit comments