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
From installation directory root, `mkdir build`. This directory is needed so the app can write client-side bundles to it.
37
36
38
-
Register a User
39
-
===============
37
+
# Register a User
38
+
40
39
After installation, point your browser at `[root installation folder]/signup`.
41
40
42
41
Choose the file `duck.jpg` from your `/test/fixtures` as your authentication token.
43
42
44
43
After registering, login using the user/pass you signed up with.
45
44
46
-
Hot Reload
47
-
==========
45
+
# Hot Reload
46
+
48
47
`npm run start:dev` does 'hot reloading' by default. This is subject to change.
49
48
50
-
Environment Variables
51
-
=====================
49
+
# Environment Variables
50
+
52
51
`FORUM_STORAGE_ADAPTER=S3` - change this and provide another module to use your chosen storage back-end. For documentation on the default `S3` adapter, see [that module's documentation](https://www.npmjs.com/package/f.orum-storage-s3).
0 commit comments