Skip to content

PotSchmoell/fff-frontend

 
 

Repository files navigation

Deployment

create a file .env with the following contents and modify:

DATABASE_CLIENT=mongo
DATABASE_NAME=strapi
DATABASE_HOST=mongo
DATABASE_PORT=27017
DATABASE_USERNAME=strapi
DATABASE_PASSWORD=CHANGEME
MONGO_INITDB_ROOT_USERNAME=strapi
MONGO_INITDB_ROOT_PASSWORD=CHANGEME
[email protected]
F3_CMS_DOMAIN=cms.example.org
F3_FRONTEND_DOMAIN=frontend.example.org
NEXT_TELEMETRY_DISABLED=1

to start it

docker-compose up -d

to only start the frontend

npm i     # install all dependencies first
npm run dev

About

Freshly designed facts for friends frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.7%
  • Python 5.5%
  • JavaScript 4.5%
  • CSS 2.6%
  • Other 0.7%