diff --git a/README.md b/README.md index 6c36fbc..55623a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +
@@ -8,15 +17,34 @@ Include [Stylescape](https://scape.style)'s source Sass and individual JavaScript plugins with [Vite](https://vitejs.dev/). +--- + ## Edit in browser [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/stylescape/example-vite/tree/main/vite?file=src%2Findex.html) -## How to use +--- + +## Quickstart ```sh git clone https://github.com/stylescape/example-vite.git -cd examples/vite/ npm install npm start ``` + +--- + +## Colophon + +Made with ❤️ by **[Scape Agency](https://www.scape.agency)** + +### Contributing + +Contributions are welcome! Please fork the repository and submit a pull request with your changes. + +### License + +This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for details. + +---