File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,8 @@ The new website also contains an uopdated version of [trips viewer](https://gith
10101 . Clone the repository
11112 . Create and populate a ` .env ` file with the appropriate environment variables (See [
1212 ` .env.example ` ] ( https://github.com/UW-Macrostrat/web/blob/main/.env.example ) for more information.)
13- 3 . Run ` make ` to pull down submodules and update packages
14- 4 . Verify that you have access to recent versions of Node.js and the Yarn package manager ( ` node >= 16.0.0 ` and
13+ 3 . Verify that you have access to recent versions of Node.js and the Yarn package manager ( ` node >= 16.0.0 ` and
1514 ` yarn >= 4.0.0 ` ; run ` node -v ` and ` yarn -v ` to check)
16- 5 . Run ` yarn install ` to update packages
17- 6 . Start the live-reloading development server with ` yarn run dev ` . The server will be available at
18- ` http://localhost:3000 ` by default.
19-
20- ALTERNATIVELY
21-
22- 1 . Clone the repository
23- 2 . Pull down submodules (` git submodule update --init --recursive ` )
24- 3 . Create and populate a ` .env ` file with the appropriate environment variables (See [
25- ` .env.example ` ] ( https://github.com/UW-Macrostrat/web/blob/main/.env.example ) for more information.)
26- 4 . Verify that you have access to recent versions of Node.js and the Yarn package manager ( ` node >= 16.0.0 ` and
27- ` yarn >= 4.0.0 ` ; run ` node -v ` and ` yarn -v ` to check)
28- 5 . Run ` yarn install ` to update packages
29- 6 . Start the live-reloading development server with ` yarn run dev ` . The server will be available at
15+ 4 . Run ` make ` (or ` git submodule update --init --recursive ` and ` yarn install ` ) to pull down submodules and update packages
16+ 5 . Start the live-reloading development server with ` yarn run dev ` . The server will be available at
3017 ` http://localhost:3000 ` by default.
You can’t perform that action at this time.
0 commit comments