maybe
maybe copied to clipboard
Error: lucide_icon
Hi guys, after deploying my local and typing the username and password generated by DB seed, I am facing the below error after deploying the whole repository.
Any suggestions will be appreciated.
another one as well
Hi @ysw2968 did you follow the setup guide and run the bundle install
?
Hi @pmareke , thanks for your message.
Yes, I did run the bundle install
.
Here are the steps I did:
- Clone repo
- Run below commands:
- cd/maybe
- cp .env.example .env
- bundle install
- rails db:setup
- rails server
- Open localhost:3000
Perhaps I missed some steps, very new to Ruby project. Env: Windows 11
Hi @pmareke , thanks for your message. Yes, I did run the
bundle install
. Here are the steps I did:
Clone repo
Run below commands:
- cd/maybe
- cp .env.example .env
- bundle install
- rails db:setup
- rails server
Open localhost:3000
Perhaps I missed some steps, very new to Ruby project. Env: Windows 11
Would you mind to run the app with bin/dev
instead of rails server
?
@ysw2968 I created a guide for getting the project setup on a Windows machine:
https://github.com/maybe-finance/maybe/wiki/Windows-Dev-Setup-Guide
Would you mind re-cloning the repo into a fresh directory and following this guide? Also, make sure your Git utility has the following setting:
git config --global core.autocrlf false
Let me know if you run into problems.
@zachgoll @pmareke thanks for your help. I setup the project successfully by following the windows dev setup guide. Much appreciate it.