Skip to content

freecodecamp-greenville/fcc-greenville-www

Repository files navigation

fcc-greenville-www

Official website of the freeCodeCamp meetup group in Greenville SC.

Development

Only Node is needed to build the project. To install Node dependencies run npm install. This project uses Tailwind CSS to generate the styles. Run npm start to start a development server. The development server will watch for changes, rebuild, and reload the site on the fly. The source files are located in src/. If you make changes to the Tailwind config tailwind.js you'll need to re-run npm start. To generate a production build, run npm run build. The generated site will be at dist/.

Deploy

This site is deployed on Netlify. The production website at https://www.fcc-greenville.com/ is deployed from the master branch on GitHub at https://github.com/freecodecamp-greenville/fcc-greenville-www. Netlify CMS is configured to push to master on GitHub. The CMS is served at /admin.

About

Official website for Free Code Camp Greenville.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published