Skip to content

Commit

Permalink
Updated Readme + CI config to force install npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Feb 19, 2025
1 parent 138c39e commit d6bbdb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
gem install bundler
bundle install
npm install
npm install --force
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,16 @@ Check out websites using the Mobile App Template:
- https://mobileapplandingpage.learn.uno (demo website)


## 📖 How to use

### The normal way
## 📖 How to use the template

1. Fork this project
2. Edit `_config.yml`, feel free to commut/uncomment what you need (google analtytics, or github for example)
3. Edit `_data/app.yml` with your app data
4. Update the text from `_data/strings.yml`, you can customize there the footer's links
5. Edit icons and screenshots inside the `_images` folder and `icon.png` in the root
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
7. Deploy (on netlify, gitpages or surge, they are all free)

### The no-code way
7. Deploy (on netlify, Git Pages or surge, they are all free)

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

## ⚙️ How to run

Expand Down

0 comments on commit d6bbdb3

Please sign in to comment.