I created a non-official website for Deltix company, a homepage using Locomotive, Gsap and many more.
For running the project is not require any environment variables, but is needed for some features, as SEO config.
NEXT_PUBLIC_URL - Domain used in OG (ex: https://website.com)
Clone the project
git clone https://github.com/edersonff/deltix-appGo to the project directory
cd deltix-appInstall all project's dependencies
npm install #or yarnStart the devlopment listen at 3000 port
npm run dev #or yarn dev