Skip to content

nodexeus/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodexeus Technologies Website

A modern web application for Nodexeus Technologies, showcasing blockchain and AI hosting solutions with integrated Stripe payment processing.

Tech Stack

  • Next.js 14 (App Router)
  • TypeScript
  • Mantine UI v8.3.9
  • Stripe
  • Vitest + fast-check for testing

Getting Started

  1. Install dependencies:
npm install
  1. Set up environment variables:
cp .env.example .env.local
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Testing

Run tests:

npm test

Run tests in watch mode:

npm run test:watch

Building for Production

npm run build
npm start

Docker

Build the Docker image:

docker build -t nodexeus-website .

Run the container:

docker run -p 3000:3000 -e STRIPE_SECRET_KEY=your_key nodexeus-website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published