Coder Social home page Coder Social logo

academics-letter's Introduction

Academics Letter

Netlify Status

Academics letter website repository. The application has been bootstraped with gatsby-starter-netlify-cms head over that project for further overview of the project base.

Setup

Install yarn on your system: https://yarnpkg.com/en/docs/install

Environment Variables

Run cp .env.template .env and edit .env.development

Install dependencies

Only required on the first run, subsequent runs can use yarn to both bootstrap and run the development server using yarn develop. Since this starter using the netlify-lambda, there could be further issues you, please check the Readme for further information and set up questions.

yarn

Forms

TBD

Available scripts

start

Starts the development server. This task runs both the start:app and start:lambda scripts.

Usage

yarn start

build

Build the static files into the public folder, turns lambda functions into a deployable form. This task runs both the build:app and build:lambda scripts.

Usage

yarn build

clean

Removes all the files from public, .cache directories using the rimraf command.

Usage

yarn clean

develop

Runs the clean script and starts the gatsby develop server using the command gatsby develop. Since this is not starting the lambda server it can be used when you only changing the site and not the lambda functions.

Usage

yarn develop

serve

This command is shorthand for gatsby serve

Usage

yarn serve

test

Not implmented yet

Usage

yarn test

format

Formats code and docs according to our style guidelines using prettier

Usage

yarn format

start:app

Runs the develop command, this mapping is needed so we can start both gatsby and lambda with one command (yarn start).

Usage

yarn start:app

start:lambda

Runs the netlify-lambda command, starts the lambda server in develop mode.

Usage

yarn start:lambda

build:app

Builds the gatsby app

Usage

yarn build:app

build:lambda

Runs the netlify-lambda build command, compiles the functions.

Usage

yarn build:lambda

License

By contributing to this project, you agree that your contributions will be licensed under its BSD 3-Clause license.

academics-letter's People

Contributors

orlando avatar

Watchers

 avatar  avatar  avatar

academics-letter's Issues

Create base repo with Gatsby and Netlify

What: Create base repo with Gatsby and Netlify

Why: To have a base to implement page designs

How:

  • Create a starter Gatsby repo
  • Research Netlify integration
  • Research Netlify forms integration and if we can use it to store signers

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.