You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Create the `.env` File: In the root directory of your project, create a new file named `.env`.
37
+
38
+
3. Set the `SECRET_KEY` Variable: Add the generated `SECRET_KEY` to the `.env` file using the following format: `SECRET_KEY=your_generated_secret_key_here`. Replace `your_generated_secret_key_here` with the actual key you generated from the previous step.
39
+
28
40
## How to Create a New Block
29
41
30
42
Below are the instructions on how to create a new block in a separate file (e.g., `[blockName]Block.js`), and how to integrate it into the existing code generation system (`UnixGenerator`) that we have already implemented.
0 commit comments