Coder Social home page Coder Social logo

houdini111 / acnlpatterntool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thulinma/acnlpatterntool

0.0 0.0 0.0 6.48 MB

Animal Crossing: New Leaf Pattern Tool

License: Do What The F*ck You Want To Public License

JavaScript 41.44% HTML 0.09% Vue 58.28% CSS 0.19%

acnlpatterntool's Introduction

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

npm run dev

Runs the application in development mode. Automatically reloads with changes. Open https://localhost:3000 to view it in the browser.

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.

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.

npm run clean

Cleans the submodule and app build directories. Recursively removes files located in the build directories.

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.