This website has been created to promote the Ferygood product. Ferygood is a brand new food product created at Polytech Montpellier as part of a national competiton nammed Ecotrophélia.
- Node >= v16
- Npm >= v6
- Typescript, Html and css knowledge
- Clone the repository
- Install node modules
npm install
ornpm i
- To start in watch mode
npm run start
ornpm start
- To build and start the compiled assets
npm run build && npm
- To build the assets
npm run build