This is the project for the Crypto check
website.
- 🚀
Node 16.x.x
- 🔨
yarn
ornpm
- 💡 VS Code
- TypeScript
- VS Code Extensions
- Vite - Fire up Vite server automatically
- Volar - Vue 3
<script setup>
IDE support - Vue Typescript - Vue 3 typescript IDE support
- Tailwind Css IntelliSense - IDE support for tailwind CSS
- ESLint
- Prettier
To run the project follow these steps:
With yarn
$ yarn i
$ yarn run dev
Or with npm
$ npm i
$ npm run dev