Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.22 KB

File metadata and controls

47 lines (33 loc) · 1.22 KB

Synapse

The main point of this project is to get insights of how to create websites and different libraries that can be used with react together with next.js. This is a chaotic collaboration between two students that pretty much has never created a website with the aim of incorporating backend usage before.

Demo: https://proj-synapse.vercel.app/

Main libraries used

  • THREE-fiber
  • Base-UI

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, make sure you have Node.js and npm installed.

# Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

# Reload your shell
source ~/.bashrc

# Install and use Node 20 (LTS)
nvm install 20
nvm use 20

# Verify
node -v

npm install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.