A dashboard for TU/e datasets on 4TU.ResearchData.
The project uses RedwoodJS
Prerequisites
- Redwood requires Node.js (=20.x) and Yarn
- Are you on Windows? For best results, follow our Windows development setup guide
Start by installing dependencies:
yarn install
Create a .env
file and set the DATABASE_URL
to your Postgres instance.
DATABASE_URL=URL_TO_YOUR_POSTGRES
Seed the database:
yarn rw exec seed
Note: the seeding script can also be used to manually update the app's database with the data at 4TU.ResearchData.
Start the development server:
yarn redwood dev
Your browser should automatically open to http://localhost:8910 where you'll see the Welcome Page, which links out to many great resources.