In order to create a Particle Project, follow the following steps:

  1. Go to: https://build.particle.io/build
  2. Select the button "Create New App"
  3. The text editor area will have the following lines of code:
void setup() {

}

void loop() {

}