- Copy or rename
packages/ponder/.env.example
topackages/ponder/.env.local
- Add your Alchemy key to
packages/ponder/.env.example
- Start postgres locally
brew services start postgresql
(MacOS & Linux only) - Run
psql postgres
- Create a db
CREATE DATABASE caas_db;
TheDATABASE_URL
in.env.local
links to thecaas_db
- In a different terminal, run
yarn ponder:dev
and wait until this completes - Copy or rename
packages/nextjs/.env.example
topackages/nextjs/.env.local
- Add
NEXT_PUBLIC_PONDER_URL=http://localhost:42069
topackages/nextjs/.env.local
- Create the file
packages/nextjs/.env
- Delete the
DATABASE_URL
line frompackages/nextjs/.env.local
and add it topackages/nextjs/.env
forked from BuidlGuidl/LaunchPod
-
Notifications
You must be signed in to change notification settings - Fork 2
License
BuidlGuidl/Cohort-as-a-Service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 97.7%
- Solidity 2.0%
- Other 0.3%