Purpose
To enhance the getting started experience for new developers by updating and clarifying the core documentation.
Changes
1. Updated Browser Support Information
- File:
.github/GETTING_STARTED.md
- File:
.github/CONCEPT.md
- File:
examples/README.md
- Change: Removed outdated references to "Chromium" and "Safari Tech Preview". The documentation now correctly states that the neo.mjs development mode is fully supported in all major modern browsers (Chrome, Edge, Firefox, Safari).
2. Restructured GETTING_STARTED.md
- File:
.github/GETTING_STARTED.md
- Change: The guide is now split into two distinct paths:
- Creating an application (Recommended): Prioritizes and details the
npx neo-app command for setting up a workspace.
- Contributing or Running Examples: Explains how to fork and clone the main repository, clarifying that this path is for framework contributors or those who want to run the included example apps.
- Added: A new section at the end that links to the main
learn/README.md to guide users toward further learning resources.
3. Enhanced learn/gettingstarted/Setup.md
- File:
learn/gettingstarted/Setup.md
- Change:
- Clarified that the
npx neo-app script starts the development server by default.
- Added a new section introducing the "Four Environments" concept, linking directly to the detailed
learn/benefits/FourEnvironments.md guide. This gives new users early insight into one of Neo.mjs's core architectural advantages.
Purpose
To enhance the getting started experience for new developers by updating and clarifying the core documentation.
Changes
1. Updated Browser Support Information
.github/GETTING_STARTED.md.github/CONCEPT.mdexamples/README.md2. Restructured
GETTING_STARTED.md.github/GETTING_STARTED.mdnpx neo-appcommand for setting up a workspace.learn/README.mdto guide users toward further learning resources.3. Enhanced
learn/gettingstarted/Setup.mdlearn/gettingstarted/Setup.mdnpx neo-appscript starts the development server by default.learn/benefits/FourEnvironments.mdguide. This gives new users early insight into one of Neo.mjs's core architectural advantages.