The Fabric Conference Site.
Make sure you have Docker, Docker Compose, and Yarn installed.
Clone the repo and run the following commands to get the site running locally:
# Build the Docker images
docker compose build
# Start the containers
docker compose up -d
# Install the Yarn dependencies
yarn install
# Start the Webpack dev server to build frontend assets and to enable HMR
yarn dev-server
The site should now be running at http://localhost:8000.
The Admin area can be accessed at http://localhost:8000/admin. Log in with the following credentials:
- Username: admin
- Password: password