Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Thulinma/ACNLPatternTool
Animal Crossing: New Leaf Pattern Tool
https://github.com/Thulinma/ACNLPatternTool
Last synced: 3 months ago
JSON representation
Animal Crossing: New Leaf Pattern Tool
- Host: GitHub
- URL: https://github.com/Thulinma/ACNLPatternTool
- Owner: Thulinma
- License: wtfpl
- Created: 2018-12-13T19:35:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T00:46:46.000Z (8 months ago)
- Last Synced: 2024-07-11T05:34:09.362Z (4 months ago)
- Language: Vue
- Size: 76.6 MB
- Stars: 198
- Watchers: 6
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ACNLPatternTool
An application to edit Animal Crossing pattern designs.
## Installation
At the root of the project directory:
```sh
npm install
```## Available Scripts
### `npm run dev`
Runs the application in development mode. Automatically reloads with changes.
Open [https://localhost:3000](https://localhost:3000) to view it in the
browser. **This command does not build the submodule.**
**Remember to build or even rebuild the submodule if it changes.**### `npm run build -- `
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 clean`
Cleans the app build directory. Recursively removes files located in the build
directory.