IdeaAtlas is (will be) Brain storming visualisation web tool for creating knowledge graphs with help of Chat GPT
- School project for my final 2 semesters at Gymnasium Arabska
- school year 2024/25
- most likely in vue
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
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
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
# 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
Start the development server on http://localhost:3000
:
# bun
bun run dev
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.
is a lock file created by the Bun JavaScript runtime to capture the exact versions of all dependencies installed in a project.