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-app
Go to the project directory
cd deltix-app
Install all project's dependencies
npm install #or yarn
Start the devlopment listen at 3000 port
npm run dev #or yarn dev