https://charlottedevs.github.io/website
- Showcase who the group is and what we are about
- Point the way to slack
- Serve as a central hub to link current and future content
-
- The initial build will be a single-page application with future pages added once landing page is completed
-
- Primary Content
- Slack link section
- Meetup events calendar (use meetup api)
- Change meetup call to vanillaJS (John P)
- Add favicon
- Social links (Carlos)
- Primary Content
-
- User sections - Short text descriptions (see note below) about the types of people who would get value from the group
- Working Devs
- Job-seeking Devs
- Learning-path Devs
- Mentors
- User sections - Short text descriptions (see note below) about the types of people who would get value from the group
-
- Mission statement and purpose
-
- Sponsor attribution
-
- Links to current / future content
- Dev Survival Guide
- Code Cred
- Forum
- Github
- Project Management App (Pending..)
- Management Structure (Spreadsheet)
- Links to current / future content
-
- Issues
- Different environment image path
- Issues
* Note on design decisions: The website is planned to evolve and the initial build will be static, while more dynamic content will be added later (see more below) At least initially, dynamic apps and content will be “linked” off from the main static page*
Dynamic Apps
- Mentor pairing
- Job seekers portfolios and gallery
- Volunteer / project management
- Blogs
Other
- Feedback / Suggestion submission form
- Pair Programming link-ups
- Download file from github by using
git clone https://github.com/cltdevs/static-website.git
- Pressing the clone or download button on the top right
-
Once downloaded and unzipped navigate into the folder
-
Install dependencies by being in the root folder and typing
npm i
oryarn
*Side Note* - The app will probably work without this, but recommended gulp install:
npm i -g gulp
-
Upon completion of dependencies installation run type the following into the terminal to start local server
npm start
-
Send a pull request once you want to contribute