Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austintoddj/trycanvas
Source for trycanvas.app
https://github.com/austintoddj/trycanvas
canvas tailwindcss vite vuejs
Last synced: 5 days ago
JSON representation
Source for trycanvas.app
- Host: GitHub
- URL: https://github.com/austintoddj/trycanvas
- Owner: austintoddj
- License: mit
- Created: 2023-06-23T20:12:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:03:37.000Z (22 days ago)
- Last Synced: 2024-12-19T16:44:32.147Z (22 days ago)
- Topics: canvas, tailwindcss, vite, vuejs
- Language: Vue
- Homepage: https://trycanvas.app
- Size: 835 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# trycanvas.app
> **Note:** This repository contains the source code powering trycanvas.app. If you want to use Canvas, visit the [main repository](https://github.com/austintoddj/canvas).
## Introduction
The trycanvas.app site is a [Vite](https://vitejs.dev) scaffolded project hosted on [Vercel](https://vercel.com).
## System Requirements
- Node >= 16.18
- NPM >= 9.6## Developing
```bash
npm install
npm run dev # dev server at http://localhost:5173
```## License
This project is open-sourced software licensed under the [MIT license](license).