Skip to content

openkfw/truspace-website

Repository files navigation

TruSpace Website

Welcome to the TruSpace Website repository. This project contains the public-facing website for the TruSpace product. Built with React and Vite, it serves as an informational site only — it is not the TruSpace application itself.


🌐 Tech Stack

  • React – for building the user interface
  • Vite – for fast bundling and development
  • Node.js – runtime environment
  • npm or yarn – for managing dependencies

🚀 Getting Started

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 16 or higher recommended)
  • npm or yarn

Check your versions with:

node -v
npm -v

Installation

To run the website locally:

  1. Clone the repository:
git clone https://github.com/openkfw/truspace-website.git
cd truspace-website
  1. Install dependencies:

Using npm:

npm install

Or using yarn:

yarn
  1. Start the development server:
npm run dev

Or:

yarn dev

After starting, navigate to http://localhost:5173 in your browser to view the website.


📁 Project Structure

truspace-website/
├── public/         # Static assets (favicon, etc.)
├── src/            # Source code
│   ├── assets/     # Images and media
│   ├── components/ # Reusable UI components
│   ├── pages/      # Individual pages/sections
│   └── main.jsx    # Application entry point
├── index.html      # HTML template
├── vite.config.js  # Vite configuration
└── package.json    # Project metadata and scripts

📦 Available Scripts

Command Description
npm run dev Start the development server
npm run build Build the website for production
npm run preview Preview the production build

🔒 License

This website is licensed under the MIT License.


📬 Contact

For more information about TruSpace, visit the official site or contact the team.

About

Landing page for TruSpace application: https://openkfw.github.io/truspace-website/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •