# post.react **Repository Path**: mirrors_AguaClara/post.react ## Basic Information - **Project Name**: post.react - **Description**: Static side of new POST site - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-06 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # post.react New POST site! Coding Conventions:
Variables should be in CamelCase
e.g. flowRate aguaClara
Constants should be in all caps
e.g. HEIGHT, WIDTH
Indentations should be equivalent to 2 spaces
There should be white space between terms
x = 1 + 1 instead of x=1+1
Opening braces should be on the same line as the statement
if (bool) {
code();
}