Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for building and running app locally #21

Closed
sectore opened this issue Jan 29, 2024 · 1 comment
Closed

Add instructions for building and running app locally #21

sectore opened this issue Jan 29, 2024 · 1 comment

Comments

@sectore
Copy link

sectore commented Jan 29, 2024

Got 404 errors instead of serving pages at http://bips.local:7894 or http://127.0.0.1:7894

404-local

My setup:

# Node > 21
node -v
v21.6.1

# pnpm 8
pnpm -v
8.14.0

# Added bips.local to hosts
cat /etc/hosts
127.0.0.1   	bips.local

# Following ENV are set - some are {hidden} for privacy  
APP_URL=http://bips.local
BIPS_URL=http://bips.local
NODE_ENV=development
PORT=7894
APP_KEY={hidden}
HOST=127.0.0.1
LOG_LEVEL=debug
CACHE_VIEWS=false
GITHUB_API_KEY={hidden}
CACHE_FOLDER=./cache

# installed deps
pnpm i

# run dev
pnpm dev

Source code is on latest master e3b3486

Do I miss something? Please share some instruction how to build and run the app. Thanks!

@Dolu89
Copy link
Owner

Dolu89 commented Jan 29, 2024

Try to replace BIPS_URL=http://bips.local by BIPS_URL=bips.local
You right, I didn't write any doc since the new version, I'll do it later this week!

@Dolu89 Dolu89 closed this as completed Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants