Skip to content

Commit

Permalink
Add next project
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny committed Mar 13, 2023
1 parent 791841e commit c2edc58
Show file tree
Hide file tree
Showing 107 changed files with 1,340 additions and 35,238 deletions.
14 changes: 0 additions & 14 deletions .appcast.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

88 changes: 28 additions & 60 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,69 +1,37 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/
# dependencies
/node_modules
/.pnp
.pnp.js

# Optional npm cache directory
.npm
# testing
/coverage

# Optional eslint cache
.eslintcache
# next.js
/.next/
/out/

# Optional REPL history
.node_repl_history
# production
/build

# Output of 'npm pack'
*.tgz
# misc
.DS_Store
*.pem

# dotenv environment variable files
.env*
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# gatsby files
.cache/
public
# local env files
.env*.local
.env

# Mac files
.DS_Store
# vercel
.vercel

# Yarn
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity
# typescript
*.tsbuildinfo
next-env.d.ts
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

22 changes: 0 additions & 22 deletions LICENSE

This file was deleted.

46 changes: 7 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,20 @@
# Color Copy Paste
# ColorGPT

copy & paste color directly from your phone's camera to design plugins

![cover](https://socialify.git.ci/sonnylazuardi/color-copy-paste/image?description=1&forks=1&language=1&owner=1&pulls=1&stargazers=1&theme=Light)
Capture Color from real-world, get the color name using ChatGPT.

## Getting Started

### For Web

Develop gatsby website
```
yarn
yarn dev
```

Build gatsby website
```
yarn build
```

### For Sketch

Develop sketch plugin
```
cd sketch
yarn
yarn dev
```

Build sketch plugin
```
cd sketch
yarn build
```

### For Figma

Develop figma plugin
Develop next website
```
cd figma
yarn
yarn dev
pnpm i
pnpm dev
```

Build figma plugin
Build next website
```
cd figma
yarn build
pnpm build
```

### Credits
Expand Down
2 changes: 0 additions & 2 deletions figma/.eslintignore

This file was deleted.

37 changes: 0 additions & 37 deletions figma/.eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions figma/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions figma/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions figma/README.md

This file was deleted.

Loading

0 comments on commit c2edc58

Please sign in to comment.