Giter Club home page Giter Club logo
TeacherFund logo

TeacherFund is a charity to support teachers in a way that encourages great teachers to stay, and potentially great teachers to choose teaching as a career path. This includes providing supplemental funds and supplies to school teachers in need.

This repository contains the code for the main TeacherFund website

macOS

To build and view the site locally:

brew update
brew install node
npm install
echo -e echo -e "NEXT_PUBLIC_DEVELOPMENT=1\nENCRYPTION_SECRET=<the_space_needle_is_gorgeous_this_time_of_year>" >> .env.local
npm run dev

The generated site is available at `http://localhost:3001`

Contributing

We welcome any contributions to this project!!

If you're interested in fixing bugs or implementing new features, please see the document How to Contribute.

Building & Viewing

cd into the directory where you cloned this repository, update brew with the latest node version with brew update then install node with brew install node. Then install the node packet manager with npm install.

`It might take around 5 minutes at first if you do not have node or have a deprecated version on your system'

create a local environment file with echo -e "NEXT_PUBLIC_DEVELOPMENT=1\nENCRYPTION_SECRET=<the_space_needle_is_gorgeous_this_time_of_year>" >> .env.local You can swap the provided encryption secret with any 32 bit char string.

Start the server in the current directory

npm run dev

The generated site is available at http://localhost:3001

Styles

  1. Types
  2. References

Types

  • 1.1 Primitives: You must work directly on its value when you access a primitive type.

License

MIT

The Teacher Fund's Projects

teacherfund_next icon teacherfund_next

A website to fund teachers discretionary spending because the government sucks at it

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.