Coder Social home page Coder Social logo

pcardosolei / no-pressure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drunkenvalley/no-pressure

0.0 0.0 0.0 16.14 MB

Welcome to the No Pressure Community's repository for the website. This is a public project, enabling the community to join and help us make the community better and better.

Home Page: https://no-pressure.eu/

Shell 0.15% JavaScript 2.18% TypeScript 96.28% SCSS 1.38%

no-pressure's Introduction

No Pressure

Welcome to the No Pressure website repository. This is a React & TypeScript project built on NEXT.js, with SCSS and Tailwind CSS available for use.

Contributing

If you want to join the team reach out in Issues or Discussions, or reach out in the Discord community, or you can Fork and then perform Pull Requests.

Requirements

This project uses NEXT.js, so to run one needs to meet the minimum requirements set forth there.

With that in mind, the currently known minimum requirements are:

  • Node version 14.6.0

We recommend using the latest LTS versions.

Getting started

Clone this repo using HTTPS, and navigate to the cloned folder.

Inside the cloned folder, you must create a .env file which will contain the environment variables to use for this project. You can find an .env.example to show you which variables you will need. Then, simply ask a developer over in our #webdev-nerds channel to send you the correct values.

Once this is set up, you can run the following commands:

  1. npm ci to install the node modules.
  2. npm run dev to run a local server.

API

We expose an API to allow the development of extra services that can interact with our data. You can find the documentation here.

Authorization

Authorization is performed by checking the API key, which is currently shared between the provider and all consumers. Just as with other environment variables, you can ask for the production API key in the #webdev-nerds channel.

For protected routes, a client's requests must provide an Authorization header according to the basic authentication convention. For example,

const Authorization = `Basic ${Buffer.from(CLIENT_NAME + ":" + API_KEY).toString("base64")}`

no-pressure's People

Contributors

drunkenvalley avatar iainbrux avatar thatssosanya avatar possiblyemma avatar lemonsaurus avatar drakulicm avatar jurezajc avatar realrohitgurav avatar bdbch 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.