To install the project, run the following command: npm install
To build the project and get the latest version, run the following command: npm run build
This will create a out folder, which you can copy to your server to launch the website.
To run the project with npm, use the following command for development purposes: npm start
.
This uses Parcel's server for development.
- Hero: Displays the image of a fingerprint device on top of the background.
- KeyFeatures2: Manages the background's fade-in and fade-out animation on scroll.
- DnaAnimation: Manages the DNA animation and the stars around the DNA.
The animation modules are located in the _React folder.