Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 463 Bytes

eirbware-website

Web page created to promote Eirbware, ENSEIRB-MATMECA's computer association.
Made with Vue.js, Tailwind CSS and GSAP.

Setup

# install dependencies
$ npm install

# start development server
$ npm run dev

# build for production
$ npm run build

# preview production build
$ npm run preview