Skip to main content

FAQ

Can we create blocks, themes and brand artifcats manually?

Yes, If you prefer to create artifacts manually, follow the structure shown in the sections below,

Theme server won't start
  • Check if port 3000 is already in use
  • Verify Node.js version (18+ required)
  • Try running npm run clean to clear any crash logs
  • Check the console for specific error messages
CSS not updating in browser
  • Ensure the theme server is running
  • Check browser developer tools for CSS loading errors
  • Verify file paths and naming conventions
  • Try hard refresh (Ctrl+F5 or Cmd+Shift+R)
Block not appearing on page
  • Check if the block name is correct
  • Verify the block's CSS and JS files are being loaded
  • Check browser console for JavaScript errors
Build process fails
  • Check for syntax errors in CSS or JavaScript files
  • Verify all required files exist
  • Try running npm run clean before rebuilding
  • Check Node.js version compatibility