Welcome to the most minimal stack out there. This stack makes static site generation a breeze.
This project uses the following frameworks:
nvm useto switch to the valid node version (nvmwill grab the correct version found in.nvmrc)npm ito build that big ol'node_modulesfoldernpm run devto boot up a live-reloading dev servernpm run buildto build your production-ready site
Feel free to peep the package.json file to see all available scripts and packages being utilized.
- Add your logo to
./public/<your-lan-here>.png - Add/Update your LAN in
./src/_data/members.js- Please use single quotes in the JSON (
')
- Please use single quotes in the JSON (
- Done!
Running npm run build && npx serve dist will boot up a local server of your production site to preview before deployment.
I appreciate you taking time to check out the TEA stack, Please leave a star and share it if you found it useful!