The home page for www.westerndevs.com
To get started:
- ensure node v12+ is installed
- clone the repo and navigate to the root folder
- switch to the
master
branch - run
npm install
You're ready to start. Launch the site locally with:
npm run server
Then navigate to http://localhost:4000
.