Giter Site home page Giter Site logo

cspire-camp-2021's Introduction

C Spire Camp 2021 Web Project

This is the group project I was the coding specialist for at the 2021 C Spire camp. The files in this repo are exactly the same as how they were at the time of presentation, except for this README.md which was edited afterwards from the original create-next-app template. To see the changes made after the camp ended, look at the improvements branch (changes made are in CHANGES.md).

This project uses Next.js, an extension of the React library created by Facebook. This was chosen because of the simplicity of quickly making multiple pages that share the same layout and styled components.

Demo: https://cspire-camp-2021-trg5503.vercel.app

Development Environment

You need Git, Node.js and npm (which usually comes with the Node.js install) installed on your development machine to build and serve this website.

To download the repo and install the required dependencies:

$ git clone https://github.com/trg5503/cspire-camp-2021.git/
$ cd cspire-camp-2021
$ npm install

You can run the development server, which automatically updates the pages when you save files, by running:

$ npm run dev

The website will be available at http://localhost:3000 in your browser.

Building for Production

To build the site for production:

$ npm run build

After building, you can start the production web server:

$ npm start

Learn More

To learn more about Next.js, take a look at the following resources:

cspire-camp-2021's People

Contributors

trg5503 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.