This project is based on my library called vector-drawable-svg and if you want to improve it, please open a pull request it will be merged as soon as possible.
Grab the docker-compose.yml file and run
docker compose up -d
Without compose:
docker run --restart unless-stopped -p 80:80 -d --name "vector-drawable" ghcr.io/seanghay/vector-drawable-nextjs:main
Dev environment
npm install
npm run dev
Prod environment
npm install
npm run build
npm run start
If you like this project, please become a stargazer by pressing the star button.
MIT