Coder Social home page Coder Social logo

menu-website's Introduction

menu-website

Related Projects

Setup

Before the site can be deployed you'll need to create a .env.local file in the root folder. This file should include the following environment variables:

NEXT_PUBLIC_API_URL=        // your api url
NEXT_PUBLIC_HOSTNAME=       // the hostname of the deployed site e.g. https://example.com
NEXT_PUBLIC_SEO_KEYWORDS=   // the base keyword set for seo e.g. keyword1,keyword2,...
NEXT_PUBLIC_GOOGLE=         // the google search console key to observe the site via google search console
NEXT_PUBLIC_MSAL_CLIENTID=  // the client id for the microsoft authentication library
NEXT_PUBLIC_MSAL_AUTHORITY= // the authority id for the microsoft authentication library
NEXT_PUBLIC_TITLE_PREFIX=   // the base title for every site e.g. NAME | Home, where NAME is this variable
NEXT_PUBLIC_FRONTEND_REPO=  // url to the repository of the menu-website 
NEXT_PUBLIC_BACKEND_REPO=   // url to the repository of the menu-api
NEXT_PUBLIC_DOCUMENTATION=  // url to the documentation of the menu-api
NEXT_PUBLIC_ORGA=           // url to our orga
NEXT_PUBLIC_TELEGRAM=       // url to the menu-telegram-bot to add it to your chats
NEXT_PUBLIC_CLI=            // url to the repository of the menu-cli
NEXT_PUBLIC_LOCATION=       // location where this website belongs to

Additionally you'll need to have Node.js installed in order to deploy the site.

Deploy

After cloning this repository you must first install all dependencies of the website. Additionally you'll need to have Next.js installed on your system

# install all depenencies
npm install 
# install Next.js
npm install -g next
# deploy the website locally in dev mode on port 8000
npm run start:dev
# deploy the website locally in production mode on port 8000
npm run start:build

menu-website's People

Contributors

virtcode avatar whysobad 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.