This application allows a user to search and view images from Imgur.
Install package dependencies and set up .env.local
variables
npm install && npm run env
Run in development mode at http://localhost:3000.
npm run dev
Use ngrok to avoid CORS issues with HTTP error code 429 due to running on localhost.
Use ESLint to automatically fix linting errors.
npm run lint
Use Prettier to automatically format all files.
npm run format
npm run build && npm run start