Skip to content

Commit

Permalink
Release information
Browse files Browse the repository at this point in the history
  • Loading branch information
ramijames committed Apr 14, 2024
1 parent 193234d commit 391cfe4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
36 changes: 11 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crisp-tools",
"version": "0.0.0",
"version": "0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 391cfe4

Please sign in to comment.