A visual workspace for mood boards, inspiration, and idea curation
- Node.js (https://nodejs.org/)
- Docker (https://www.docker.com/)
- Docker Compose (https://docs.docker.com/compose/)
Clone the repo
git clone https://github.com/perplexedyawdie/basedrop-app.git
Navigate to the project directory
cd basedrop-app
Make a copy of .env.example
and name it .env.local
Populate the env vers with the required values from Baserow & Github.
Build & run the container
docker compose up -d
It will be available at http://localhost:3773
Install the dependencies
npm install
Start the development server
npm run dev
👤 Javel Rowe
- Website: https://javel.dev
- Github: @perplexedyawdie
- LinkedIn: @javel-rowe
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator