- React JS
- Next JS
- Typescript
- Tailwind CSS
Clone the project
git clone https://gitlab.com/Technext/placeholder-image-maker.gitGo to the project directory
cd placeholder-image-makerInstall dependencies
yarn | npm installStart the server
yarn dev | npm run dev- Build for production :
yarn build:prod - Run production :
yarn start - Check linting:
yarn lint - Formatting:
yarn format - Type checking:
yarn typecheck