ACNLPatternTool
Animal Crossing: New Leaf Pattern Tool
Install / Use
/learn @thegetty/ACNLPatternToolREADME
ACNLPatternTool
An application to edit Animal Crossing pattern designs.
Installation
At the root of the project directory:
# submodule setup
git submodule update --init --recursive
cd zxing-js-library
yarn # need this to bypass sharp missing binaries
cd ..
# main repo setup
npm install
npm run build:submodule # build the submodule
Available Scripts
docker-compose exec frontend npm run dev
Runs the application in development mode. Automatically reloads with changes. Open https://localhost:3000 to view it in the browser.
docker-compose exec frontend npm run build -- <options>
Builds the submodules, app, and then outputs to a build directory at the
repository root. Can build the the project in development mode or production
mode. By default builds in the mode specified by the .env, but can otherwise
override with a command line option. Use --help option to view options.
docker-compose exec frontend npm run build:app -- <options>
Builds the app and outputs to a build directory at the repository root. Can
build the the project in development mode or production mode. By default builds
in the mode specified by the .env, but can otherwise override with a command
line option. Use --help option to view options.
npm run build:submodule
Builds the submodules and outputs to a build directory at the repository
root. Can build the the project in development mode or production mode. By
default builds in the mode specified by the .env, but can otherwise override
with a command line option.
docker-compose exec frontend npm run clean
Cleans the submodule and app build directories. Recursively removes files located in the build directories.
docker-compose exec frontend npm run clean:app
Cleans the app build directory. Recursively removes files located in the build directory.
npm run clean:submodule
Cleans the submodule build directory. Recursively removes files located in the build directory.
Deploying the app to netlify:
setup Netlify (first time only)
- login to netlify from the commandline
npx netlify login - link the folder to netlify
npx netlify link
build the app (every time)
docker-compose exec frontend npm run build production
deploy the built app to netlify
To install netlify (npm -i -g netlify-cli --unsafe-param=true)
netlify deploy --dir=build --prod
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
