rtdl website. Built with Next.js and
ixartz's Next.js Landing Page Starter
Template.
This is a sub-project of rtdl – the real-time data lake. Please go to rtdl's repo and give it a star.
- Clone the repo and cd into its folder.
- Run
npm install
. - To run rtdl's website locally in dev mode, run
npm run dev
. You can view the site at http://localhost:3000/. - To build rtdl's wesite locally to the
/out
folder, runnpm run build-prod
.
Contributions are always welcome!
See our CONTRIBUTING for ways to get started.
This project adheres to the rtdl code of conduct - a
direct adaptation of the Contributor Covenant,
version 2.1.