This is the public website for RocketSim.
From your terminal:
- Change directory to
docs
cd docs- Install dependencies
npm install- Run dev server
npm run devThis starts your app in development mode, rebuilding assets on file changes.
Features live in src/collections/feature/, feature pages in src/collections/feature-page/, and the blog is powered by a headless WordPress instance. See AGENTS.md for the full content authoring guide (schemas, examples, and conventions).
Make sure Docker is running.
Start: npm run wordpress:start
Stop: npm run wordpress:stop
url: http://localhost:8888/wp-admin
username: admin
password: password
We use the following plugins:
- Yoast SEO - SEO optimization
- Code Block Pro - Syntax highlighting for code blocks
We don't want the pages of the Wordpress instance to be indexed by search engines. They should be indexed when displayed on rocketsim.app. To set this up:
- Go into the Wordpress instance
- Settings > Reading
- Check: "Discourage search engines from indexing this site"
We've disabled comments on the Wordpress instance
- Go into the Wordpress instance
- Settings > Discussion
- Turn off: "Allow people to submit comments on new posts"
Astro giving <!Doctype...> could not be read error?
To fix:
- Go into the Wordpress instance
- "Settings > Permalinks"
- Set it to anything other that "Plain"