Skip to content

petcompufc/Include-website

Repository files navigation

include

Run on Repl.it

Include is an event organized by PET Computação to introduce UFC to new students.

Build

First, you need install nodejs and npm. After do this, you open your terminal, access project folder and type:

npm install

So, if you want test app, type this for development enviroment:

npm run serve

and this for production enviroment:

npm run build

You can verify if exist errors typing:

npm run lint

Contributing

License