Skip to content

Latest commit

 

History

History
 
 

pano

pano

knowledge sharing platform for kamp.us people.

created with remix.run

Development

  • Make sure you have copied most up-to-date version of .env.example to .env on your local:
cp .env.example .env
  • Start the Application and Postgres Database in Docker and keep it running:
docker-compose up --build
  • Open another terminal window and run:
npm run dev

The database seed script creates a new user with some data you can use to get started:

  • Username: admin
  • Password: 123123

Formatting

We use Prettier for auto-formatting in this project. It's recommended to install an editor plugin (like the VSCode Prettier plugin) to get auto-formatting on save.