Skip to content

bbsclient/NBTroop53

Repository files navigation

Troop 53 Public Web Site

This is New Berlin Troop 53's Public Web Site. It uses GatsbyJS for the build system and TailwindCSS for styling.

How to setup to build

Install Gatsby CLI:

npm i --global gatsby-cli

How to build

Clone the repository locally and install node.js

Then run:

npm install
npm run build

Output should be in a directory called public.

How to test locally

To test the site locally run:

npm run develop

Enter this URL in browser: http://localhost:8000

Format and lint

  • npm run analyze - See what ESLint and Prettier can fix
  • npm run fix - Run Prettier and ESLint with the --fix option

Build your site

Use npm run build to build your site for production.

Problems

If there are unexpected problems with the build, it could be due to the Gatsby Cache. Use 'npm run clean' to remove the cache and public folder.

Resources

About

Website for New Berlin Troop 53

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published