diff --git a/README.md b/README.md index 113c3dd..9917c94 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,15 @@ -# crisp-lorem-ipsum +# Crisp Tools -This template should help get you started developing with Vue 3 in Vite. +Crisp Tools are a collection of tools to help designers, developers, and other web-based denizens to accomplish what they need to accomplish during their daily trials and tribulations. -## Recommended IDE Setup +## Attribution -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). +Crisp relies on many great software projects out there. -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` - -### Compile and Hot-Reload for Development - -```sh -npm run dev -``` - -### Compile and Minify for Production - -```sh -npm run build -``` +- Vue.js +- Vite +- Tailwind +- tinycolor2 +- vue3-colorpicker +- Highlight.js +- lorem-ipsum \ No newline at end of file diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..009f17e --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,14 @@ +# Releases + +## 0.1 +- Big update to the homepage +- Re-worked routes and sections now have their own pages +- Simplified header and navigation +- Added color lighten and darken functionalities + +## 0.0 +Initial release includes +- Static Type Scale +- Color Palette Generator +- Word counter and keyword analysis +- Lorem Ipsum Generator \ No newline at end of file diff --git a/package.json b/package.json index 67fc897..9c77318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crisp-tools", - "version": "0.0.0", + "version": "0.1", "private": true, "type": "module", "scripts": {