Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.16 KB

File metadata and controls

42 lines (29 loc) · 1.16 KB

Ordi.js

The React Framework for Production ordi.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, and more. No config is necessary.

Getting Started

To get started with ordi.js, you can create a new project:

npx create-ordi-app@latest [project_name]

Then, follow the prompts to set up your new ordi.js project.

Documentation

The documentation for ordi.js can be found here.

Development

To start the development server, run:

pnpm start

Open http://localhost:4000 with your browser to see the result.

You can start editing the page by modifying src/routes/*. The page auto-updates as you edit the file.

Building for Production

To create an optimized production build of your application, run:

pnpm build

Community

The ordi.js community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

Contributing

Please see our Contributing Guide to learn how you can help.

License

ordi.js is licensed under the MIT License. You can view the full license here.