Skip to content

GirlsCodeLincoln/Website

Repository files navigation

Girls Code Lincoln Website

CircleCI GitHub issues

This project is the source code for the nonprofit organization, Girls Code Lincoln. It contains information on the organization for those who want to know about us, such as parents and sponsors. The website can be accessed at girlscodelincoln.org. The website is a basic HTML/CSS/JS website which utilizes Bootstrap and JQuery

Getting Started

Prerequisites

The main dependency of the project is NPM (Node Package Manager), which can be installed alongside the entirety of Node.

Installing

Once NPM is installed, install project dependencies in a shell

npm install

Running the project

The project can be run locally for testing

npm run start

After this command, a local development server should be available and an output similar to this should be outputted to your shell

[nodemon] 2.0.7
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node app.js`
Listening at http://localhost:3000

The contact form submissions are done through Netlify, so submissions on localhost will not work. Refer to the website's Netlify to make changes to the contact form.

Deployment

When any changes are made to the master branch of the repository, the changes are automatically deployed to girlscodelincoln.org via Netlify