https://github.com/iadvize/custom-app-demo
https://github.com/iadvize/custom-app-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iadvize/custom-app-demo
- Owner: iadvize
- Created: 2023-05-17T14:16:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T13:14:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T07:14:48.758Z (over 1 year ago)
- Language: TypeScript
- Size: 17.9 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
This is the repository to clone to do the tutorial of the Custom Apps (https://app.gitbook.com/o/JZY4lQs3jDfTFvrnCKnh/s/xzAkCqB4ZW2cEKD9uaMb/technologies/custom-app)
You will need Node v14.21.3
#To install node_modules
```npm i```
#To install .next
```npm run build```
#To use the right Node version
```nvm use```
#To run the custom app
```npm run dev```
The code is in src/
The framework executes the code in src/pages, you need to rename a folder "pages" to work on it.
In the 6JWT file, there is a "middleware.tsx". When you rename 6JWT to "pages", you need to move "middleware.tsx" in the /src file. When you rename it back to "6JWT", put back the "middleware.tsx" in it because he's not compatible with the others versions