https://github.com/astares/pharo-w3c
W3C
https://github.com/astares/pharo-w3c
pharo
Last synced: 11 months ago
JSON representation
W3C
- Host: GitHub
- URL: https://github.com/astares/pharo-w3c
- Owner: astares
- License: mit
- Created: 2020-04-03T11:35:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T22:53:51.000Z (about 3 years ago)
- Last Synced: 2025-04-05T14:43:20.435Z (about 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-W3C
Implementations of W3C standard
[](https://github.com/astares/Pharo-W3C/actions?query=workflow%3AUnit%20Tests)
[](https://codecov.io/gh/astares/Pharo-W3C/branch/main)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
## Quick Start
### Installation
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-W3C:main/src';
baseline: 'W3C';
load
```