diff --git a/README.md b/README.md index a18c60f..6641687 100644 --- a/README.md +++ b/README.md @@ -82,16 +82,20 @@ The Feed-Player interface that is both visually appealing and intuitive to use. ## Getting Started -Fork our two repos (localsite and feed) and clone into your webroot +To contribute, fork our [four primary repos](https://github.com/ModelEarth?tab=repositories) and clone into your webroot: git clone https://github.com/[your account]/localsite.git git clone https://github.com/[your account]/feed.git + git clone https://github.com/[your account]/swiper.git + git clone https://github.com/[your account]/home.git ### Folders in your website root ```ini website +├─ home ├─ localsite +├─ swiper └─ feed ├─ README.md ├─ dist @@ -105,16 +109,10 @@ website ### Start a web server in your webroot ``` -python3 -m venv env -source env/bin/activate python -m http.server 8887 ``` -On Windows, the second line is: - - env\Scripts\activate - -### The primary pages will be visible here: +### The primary FeedPlayer pages will be visible here: [Feed Player - localhost:8887/feed](http://localhost:8887/feed/) [Feed View - localhost:8887/feed/view](http://localhost:8887/feed/view/) @@ -160,7 +158,7 @@ yarn install --immutable --immutable-cache --check-cache The command above requires yarn 2 and prevents third-parties from altering the checked-in packages before submitting them. [Source](https://stackoverflow.com/questions/58482655/what-is-the-closest-to-npm-ci-in-yarn). It's the equivalent to `npm ci` to avoid updating package-lock.json, which occurs with `npm install`. -### 3. Start the development server +### 3. Start a development server (optional) diff --git a/dist/index.html b/dist/index.html index 708188e..e2f7c23 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,7 +1,7 @@ -
+ @@ -21,7 +21,6 @@ -