Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teal-language/teal-playground
teal-language/tl playground
https://github.com/teal-language/teal-playground
Last synced: 4 months ago
JSON representation
teal-language/tl playground
- Host: GitHub
- URL: https://github.com/teal-language/teal-playground
- Owner: teal-language
- Created: 2020-06-16T16:01:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T17:51:11.000Z (8 months ago)
- Last Synced: 2024-04-04T13:44:58.772Z (8 months ago)
- Language: TypeScript
- Homepage: https://teal-playground.netlify.app/
- Size: 793 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teal playground
[teal-language/tl](https://github.com/teal-language/tl) browser playground.
### Setup
```
yarn install
```### Adding code snippets
1. Add a file to [snippets](/src/snippets/), copied from existing snippet file.
1. Add an entry to the snippets [index file](/src/snippets/index.ts).### Development
```
yarn serve
```### Build for deployment
```
yarn build
```