Skip to content

Commit 319a943

Browse files
committed
update README
1 parent 94ab400 commit 319a943

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,8 @@ The new website also contains an uopdated version of [trips viewer](https://gith
1010
1. Clone the repository
1111
2. 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.

0 commit comments

Comments
 (0)