This will install the packages you need
Fill this out by signing up to DataStax and getting the information you need as per the .env.sample
template.
This will run as if you deployed your app onto Netlify. It will also use your .env content. Treat it as a preview.
In the project directory, you can also run:
This will install the packages you need
Fill this out by signing up to DataStax and getting the information you need as per the .env.sample
template.
Step 1:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Step:2
This will start your netlify functions in development mode and get the data you need for your app in step 1. Run along side step 1.
Open http://localhost:9000 followed by the path to your Netlify functions, eg: http://localhost:9000/.netlify/functions/posts to view the data in the browser.
IMPORTANT: .env content will not be picked up and you will have to import values such as ASTRA_DB_ID manually.