Official website, documentation, blog, and community hub for Synentra.
.docusaurus/: Contains Docusaurus configuration files and plugins.blog/: Blog posts for the website.docs/: Documentation files for Synentra.src/: Source code for the website.static/: Static assets like images and files.build/: Generated build files for deployment.package.json: Project dependencies and scripts.README.md: Project overview and instructions.
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Build the project:
npm run build
-
Serve the build locally:
npm run serve
This project is licensed under the terms of the LICENSE file.