Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 825 Bytes

Readme.md

File metadata and controls

20 lines (11 loc) · 825 Bytes

Triangulate.xyz

This was the source code for Triangulate.xyz which allows you to create computer generated art.

I created this project to learn ReactJS, this was my first project. I also wanted to make a backend in Golang and learn how to integrate Stripe for payments.

Begin by copying the .example.env file to .env and make any needed changes. To run the project simply type the following in the root folder:

yarn --cwd=assets build && go run cmd/triangulate/main.go

This project takes a lot of concepts and code from generative-art-in-go and triangle.

LICENSE

All code falls under the MIT license unless otherwise specified. Please see LICENSE

Security

Please see Security.md.