- React JS
- Next JS
- Typescript
- Tailwind CSS
Clone the project
git clone https://gitlab.com/Technext/placeholder-image-maker.git
Go to the project directory
cd placeholder-image-maker
Install dependencies
yarn | npm install
Start 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