Skip to content

Commit d6bbdb3

Browse files
Updated Readme + CI config to force install npm packages
1 parent 138c39e commit d6bbdb3

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
gem install bundler
4545
bundle install
46-
npm install
46+
npm install --force
4747
- name: Setup Pages
4848
id: pages
4949
uses: actions/configure-pages@v4

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,16 @@ Check out websites using the Mobile App Template:
3737
- https://mobileapplandingpage.learn.uno (demo website)
3838

3939

40-
## 📖 How to use
41-
42-
### The normal way
40+
## 📖 How to use the template
4341

4442
1. Fork this project
4543
2. Edit `_config.yml`, feel free to commut/uncomment what you need (google analtytics, or github for example)
4644
3. Edit `_data/app.yml` with your app data
4745
4. Update the text from `_data/strings.yml`, you can customize there the footer's links
4846
5. Edit icons and screenshots inside the `_images` folder and `icon.png` in the root
4947
6. Edit `_src/index.js` to update the product hunt modal (or to remove it) and to remove the darkmode plugin if you don't want it
50-
7. Deploy (on netlify, gitpages or surge, they are all free)
51-
52-
### The no-code way
48+
7. Deploy (on netlify, Git Pages or surge, they are all free)
5349

54-
1. Go to https://t3mpl.n4no.com/editor/#manifest=../templates/mobile-app-landing-page/template.yaml
55-
2. Edit the settings on the left part
56-
3. Click on the `Publish` button then `Save Webpage as .zip`
57-
4. Unzip and upload the folder to your server (you can drag'n'drop it in Netlify to host it there for free)
5850

5951
## ⚙️ How to run
6052

0 commit comments

Comments
 (0)