@tryghost/kg-unsplash-selector
v0.4.5
Published
Maintainers
Keywords
Readme
Unsplash Selector
Unsplash Selector in React
Development
Pre-requisites
- Run
pnpm installin the Ghost monorepo root
Running the development version
Run pnpm dev to start the development server to test/develop the settings standalone. This will generate a demo site from the index.html file which renders the app and makes it available on http://localhost:5173
To Run it in-memory, meaning the app will run in memory and not make any requests to the Unsplash API, run VITE_APP_TESTING=true pnpm dev
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clonethis repo &cdinto it as usual- Run
pnpm installfrom the Ghost monorepo root.
Test
pnpm lintrun just eslintpnpm test:acceptanceruns acceptance testspnpm test:unitruns unit testspnpm test:acceptance path/to/testruns a specific testpnpm test:acceptance:slowmoruns acceptance tests in slow motion and headed mode, useful for debugging and developing tests
