To start locally for development:
npm run dev
The app runs at http://localhost:4000
.
To build:
npm run build
To start after building:
npm start
TypeScript Static Blog works using static files as well as static cache files.
To add a new post:
npm run posts:new
To update the posts cache so that it appears on the website:
npm run posts
- Go to
./bin/importFromWordpress.mjs
and change theapiUrl
variable to the URL of your WordPress's RestAPI. - Run
npm run posts:import
- Change all instances of
http://localhost
to your website's URL (mainly for SEO tags). - Add tracking if wanted, but don't track if the cookies haven't been accepted or DO NOT TRACK is enabled in the user's browser.
- Update default page title and meta description