Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.
Elliott Lépine edited this page Aug 4, 2021 · 1 revision

DAWNPEN - Open-source Social Network

Open-source rewrited version of https:/dawn-app.com

Stack

  • Yarn
  • React
  • Next.js
  • React-Bootstrap
  • Bootstrap
  • axios
  • Elasticsearch

Launch dev server

yarn dev

Build and launch production server

yarn build

yarn start

Be careful ! By default, the backoffice doesn't require authentication. You'll need to create a moderator account in /backoffice/moderators and change "openBackoffice" to false in ./src/assets/meta.json !!!!

Feel free to participate !