Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 402 Bytes

COSADAMA Curriculum

Install Dependencies

# install node dependencies
$ npm install

# install Tailwind CSS
$ npm install -D @nuxtjs/tailwindcss tailwindcss@latest postcss@latest autoprefixer@latest

# install Tailwind Typography
$ npm install @tailwindcss/typography

# install nuxt-content-git
$ npm install nuxt-content-git

# serve with hot reload at localhost:3000
$ npm run dev