Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 839 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 839 Bytes

asp-public-front

This repo contains the source code used for the front-end part of the public website http://www.aurignacsouspression.fr

Todo list

  • Migration to TypeScript
  • Migration to Angular 2+
  • Integration with helloasso for ticketing
  • Add list of local accomodations for the event

Build it locally

In addition to classic npm, you need to have the following tools installed :

Then :

npm i
bower i
gulp build

To run it : this repo is intented to be run as part of a complete docker environment (configuration files not provided), but you can customize gulpfile.js if you want to tailor it to your use.