Skip to content

The website for the infosec study group IMEsec.

License

Notifications You must be signed in to change notification settings

v3ntur4X/website_imesec

 
 

Repository files navigation

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

About

The website for the infosec study group IMEsec.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.7%
  • SCSS 16.0%
  • Ruby 2.5%
  • JavaScript 1.7%
  • Dockerfile 1.1%