👉 Developing ...
🔥 Site developed with Nextjs, Prismic.io and Hosted on Netlify Cloud
- Install the project dependencies by running
$ yarn install
.
-
Get inside the virtual environment by running
$ yarn dev
-
Open http://localhost:3000 to view it in your browser.
- Run Tests:
yarn test
while the server is running in another terminal
- Run Slicemachine
yarn slicemachine
this should be tun from the root of the folder
We need this information:
NETLIFY_AUTH_TOKEN : *******
NETLIFY_SITE_ID : *******
-
You can generate an access token manually in your Netlify user settings for Personal access tokens.
-
Under Personal access tokens, select New access token.
-
Enter a description.
-
Select Generate token.
-
Copy the generated token to your clipboard. Once you navigate from the page, the token cannot be seen again.
-
Save the token as a NETLIFY_AUTH_TOKEN environment variable in your terminal settings or in the UI of a Continuous Integration (CI) tool.