A Next.js + TypeScript + Tailwind CSS port of tikzcd-editor , a modern implementation of the commutative diagram editor originally created by @yishn.
Try the live demo at tikzcd-editor-next.tompython.com
Clone the repository:
git clone https://github.com/chantakan/tikzcd-editor-nextjs.git
cd tikzcd-editor-next
To start the development server, run:
npm run dev
To build the project, run:
npm run build
To use DevContainer, follow these steps:
- Open the project in Visual Studio Code.
- Install the "Remote - Containers" extension.
- Reopen the project in the container by clicking on the green button in the bottom-left corner and selecting "Reopen in Container".
Bug reports and pull requests are welcome! Please consult the issues list for existing issues beforehand.
If you find this project helpful, consider supporting its development.
This project is licensed under the MIT License. See the LICENSE file for details.
For more details, refer to the original tikzcd-editor repository.