In order to setup your local development environment, you have two options.
### Option 1: Platform integration
import js1 from '/src/fragments/lib/datastore/js/getting-started/30_platformIntegration.mdx';
import reactnative0 from '/src/fragments/lib/datastore/react-native/getting-started/30_platformIntegration.mdx';
import android2 from '/src/fragments/lib/datastore/android/getting-started/30_platformIntegration.mdx';
### Option 2: Use Amplify CLI
Instead of using the platform integration, you can alternatively use the Amplify CLI on its own. This option is particularly **useful for existing projects** where Amplify is already configured and you want to add DataStore to it.
import all0 from '/src/fragments/lib/datastore/native_common/setup-env-cli.mdx';
import js2 from '/src/fragments/lib/datastore/js/setup-env-js.mdx';
import reactnative1 from '/src/fragments/lib/datastore/react-native/getting-started/polyfills.mdx';