This is the source code for the ai-manifesto.dev website. More about the project can be found on this GitHub repository.
This application uses:
The current production is hosted on Vercel.
Make sure to install dependencies:
pnpm install
Start the development server on http://localhost:3000:
pnpm dev
We are using husky for pre-commit hooks and lint-staged for running linters on staged files. Make sure to commit your changes with git commit to trigger these checks.
Take a look at the script in package.json to build the application for production:
pnpm build
pnpm preview
Contributions are welcome to improve the manifesto website! To keep things organized and ensure, we have these hopefully simple steps:
This helps us coordinate efforts and makes sure your work aligns with the project’s direction. Thanks for helping make this better!