Skip to content

gyarab/2024-4e-prochazka-IdeaAtlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

IdeaAtlas

What is it ?

IdeaAtlas is (will be) Brain storming visualisation web tool for creating knowledge graphs with help of Chat GPT

About Project

  • School project for my final 2 semesters at Gymnasium Arabska
  • school year 2024/25
  • most likely in vue

Docker Setup

clone this repo

git clone https://github.com/gyarab/2024-4e-prochazka-IdeaAtlas.git

go to project directory

cd 2024-4e-prochazka-IdeaAtlas
cd idea-atlas

Build the Docker image

docker build -t idea-atlas .

Run the Docker container

docker run -p 3000:3000 idea-atlas

Linux Setup

clone this repo

git clone https://github.com/gyarab/2024-4e-prochazka-IdeaAtlas.git

install bun

curl -fsSL https://bun.sh/install | bash

go to the project directory

cd idea-atlas

install dependencies:

bun install

Setup for windows

clone this repo

git clone https://github.com/gyarab/2024-4e-prochazka-IdeaAtlas.git

install bun (on windows)

powershell -c "irm bun.sh/install.ps1 | iex"

go to the project directory

cd idea-atlas

install dependencies:

bun install

Suppabse locally setup

# Get the code
git clone --depth 1 https://github.com/supabase/supabase

# Go to the docker folder
cd supabase/docker

# Copy the fake env vars
cp .env.example .env

# Pull the latest images
docker compose pull

# Start the services (in detached mode)
docker compose up -d

Accessing Supabase Studio

localhost:8000

default login credentials

supabase
this_password_is_insecure_and_should_be_updated

Development Server

Start the development server on http://localhost:3000:

# bun
bun run dev

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview

Check out the deployment documentation for more information.

Project structure guide

bun.lockb

is a lock file created by the Bun JavaScript runtime to capture the exact versions of all dependencies installed in a project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published