Fractal demo instance
February 13, 2021 ยท View on GitHub
This is an example instance of Fractal using the Nunjucks adapter and deployed on demo.fractal.build.
Setup
Clone this repository, then, within the project folder, run:
npm start
to start Fractal server and Webpack in development mode, or:
npm run build
to build a static version in the dist folder.