tryshape
TryShape is an open-source platform to create shapes of your choice using a simple, easy-to-use interface. You can create banners, circles, polygonal shapes, export them as SVG, PNG, and even as CSS.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- greetings.yml
- FUNDING.yml
- pull_request_template.md
- App.js
- CopyShapeSource.js
- CreateShape.js
- DeleteShape.js
- ExportShape.js
- Landing.js
- MetaTags.js
- SignInModal.js
- DraggableVertice.js
- Header.js
- NoShapeFound.js
- Radios.js
- ShapeForm.js
- ShapeList.js
- ShapePreview.js
- TrendingShapes.js
- index.js
- like.js
- shape.js
- likes.js
- shape.js
- shapes.js
- user.js
- like.js
- shape.js
- user.js
- shape.js
- _app.js
- _document.js
- app.js
- index.js
- bg-banner.png
- app.png
- landing.png
- TryShape-GitHub-icon-only.png
- TryShape-GitHub-text.png
- tryshape-text-transparent.png
- tryshape.png
- bg-abstract-1.png
- bg-abstract-2.png
- bg-banner.png
- bg-dotted.png
- favicon.ico
- icon-css.svg
- icon-jpg.svg
- icon-png-jpg.svg
- icon-png.svg
- icon-svg.svg
- img-logo.svg
- robots.txt
- sorry-feeling.svg
- vercel.svg
- global.css
- auth-methods.js
- auth.js
- firebase.js
- misc.js
- photo-url-functions.js
- shape-calculations.js
- shape-initial-data.js
- .all-contributorsrc
- .babelrc
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/TryShape/tryshape
Downloads the entire project code from GitHub to your computer.
cd tryshape
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install # or, yarn install
Downloads and installs the libraries listed in package.json.
npm run dev # or, yarn dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
