Skip to content

GeorgiaFIRST/project-redesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standardization of the codebase

Stylize commits with GitMoji.

The /public/ directory can be referenced from the base url /. Refering to any file in the directory follows the format https://url/{filelocation}.

Frontend

Global CSS should be in the /public/styles/global.css file.

Page-specific CSS should be in page-specific CSS modules in the /components/ directory and be named {filename}.module.css.
More information can be found here. These files follow 'pure' CSS rules, and some CSS will not work with them. If this happens, and there is no good alternative, resort to using the global CSS file.

See /components/index.js for an example of how to use page-specific CSS

CSS identifiers should only contain A-Z, a-z, and _ characters in them.

Images go in the /public/images/ directory.

Backend

Nextjs Documentation

Run development server

npm i
npm run dev

Build and serve production version

npm i
npm run build
npm start

About

For the redesign of the Georgia FIRST website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published