Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 523 Bytes

File metadata and controls

31 lines (24 loc) · 523 Bytes

IMEsec Website

The website for the infosec group IMEsec. https://imesec.ime.usp.br.

To develop the front-end

After cloning the repository, run

npm i
bundle install

To develop, run

npx webpack -w

In one console, and

bundle exec jekyll serve

in another.

To build for production

The nginx deploy config is on deploy/nginx.conf. You can run the production deployment like so:

docker build . -t imesec/website
docker run -p 5000:5000 imesec/website