This is an instagram clone I made with Strapi and Svelte for my blog post on dev.to.
- Clone the repository.
- Create a strapi project:
npx create-strapi-app cms --quickstart
cd cms
npm run develop
- In another terminal, open this folder.
- Install dependencies:
npm install
- Run the app
npm run dev
- Visit http://localhost:5000