Open JCBiles opened 3 years ago
Hi @JCWBiles.
Can you tell me any more about the instructions you are following? - I can't seem to reproduce the errors you are getting.
If you just want to set up a new prototype I'd expect the following to work:
mkdir new-proptotype
cd new-prototype
git init
npm init @not-govuk prototype
npm install
git add .
git commit -m 'Initial commit'
npm run dev
Once you get the No issues found.
message, you should be able to access: http://localhost:8080
(Feel free to omit the git
commands if you don't care about version control.)
FWIW: The best documentation for starting a prototype is currently available at: https://hods-poc.netlify.app/get-started/start-prototype
You'd just change @hods
to @not-govuk
to switch to GovUK styling as opposed to Home Office.
I have followed the README and got as far as
npm run dev
and noticed a couple warnings around the rejected promise errors. Tried the URL but got failure and can see in the logs the errors: