Welcome to Nix Browser Editor
Nix editor is a react browser editor. Nix editor is not stable yet that's why we would like to follow the guide we provide.
- Please do not delete default folders which are "main" and "public". There are entry points for bundler.
- Please starts with "browser" to import a local files. such as "import Navbar from "browser/src/navbar"
- Please do not use relative path for local file. Use always absolute path.
- Nested folder structure is not supported yet. You can only have files in your folders.
- Please use inline styles for components. Individual css files are not supported yet. However you can import bulma or tailwind libraries and can use with classname attributes.
- The html file in public folder is your default preview html file. It is not recommended to change it unless you are aware of exactly how the editor works.
- You can't rename folders or files. You need to delete and recreate them. Also you can't move them as well.