foodadvisor
π₯ THE Strapi demo application
File Explorer
- PULL_REQUEST_TEMPLATE.md
- admin.js
- api.js
- cron-tasks.js
- database.js
- middlewares.js
- plugins.js
- server.js
- robots.txt
- seed.js
- index.js
- index.js
- app.js
- webpack.config.js
- schema.json
- article.js
- article.js
- article.js
- schema.json
- blog-page.js
- blog-page.js
- blog-page.js
- schema.json
- category.js
- category.js
- category.js
- schema.json
- global.js
- global.js
- global.js
- schema.json
- page.js
- page.js
- page.js
- schema.json
- place.js
- place.js
- place.js
- schema.json
- restaurant.js
- restaurant.js
- restaurant.js
- schema.json
- restaurant-page.js
- restaurant-page.js
- restaurant-page.js
- schema.json
- review.js
- review.js
- review.js
- .gitkeep
- cta-command-line.json
- cta.json
- faq.json
- features-with-images.json
- features.json
- hero.json
- pricing.json
- related-articles.json
- related-restaurants.json
- team.json
- testimonial.json
- footer.json
- navigation.json
- perks.json
- pricing-cards.json
- information.json
- location.json
- opening-hours.json
- rich-content.json
- button.json
- card.json
- comment.json
- features-check.json
- footer-columns.json
- header.json
- link.json
- meta-social.json
- publication.json
- question-answer.json
- seo.json
- social-networks.json
- team-card.json
- schema.json
- .gitkeep
- index.js
- .editorconfig
- .env.example
- .eslintignore
- .eslintrc
- .gitignore
- data.zip
- favicon.ico
- package.json
- README.md
- yarn.lock
- index.js
- index.js
- index.js
- index.js
- index.js
- questions-answers.js
- feature-cards.js
- index.js
- features-check.js
- index.js
- image-cards.js
- index.js
- index.js
- index.js
- index.js
- index.js
- member-cards.js
- index.js
- columns.js
- index.js
- socialNetworks.js
- cta.js
- index.js
- localSwitch.js
- logo.js
- nav.js
- index.js
- index.js
- ArticleContent.module.css
- index.js
- index.js
- overall-rating.js
- reviews.js
- gallery.js
- index.js
- information.js
- opening-hours.js
- price.js
- review-summary.js
- stars.js
- index.js
- index.js
- index.js
- index.js
- index.js
- index.js
- layout.js
- no-results.js
- seo.js
- exit-preview.js
- preview.js
- [slug].js
- index.js
- [slug].js
- index.js
- [[...slug]].js
- _app.js
- _document.js
- favicon.png
- vercel.svg
- hooks.js
- index.js
- localize.js
- .env.development
- .gitignore
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- yarn.lock
- .gitignore
- .gitpod.Dockerfile
- .gitpod.yml
- .prettierrc.js
- foodadvisor.png
- LICENSE
- README.md
- SECURITY.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details βΌ
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
yarn
View Details βΌ
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
# Project Badges
-
FoodAdvisor
