zaidmukaddam / dearanonymous

πŸ’Œ The anonymous posting board at NMIMS

Home Page:https://dearanonymous.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dear Anonymous Frontend

Environment Variables

To develop locally, you can use the following environment variables (use a .env file to store them):

NEXT_PUBLIC_API_URL = "http://localhost:5000"
NEXT_PUBLIC_IMGUR_CLIENT_ID = "YOUR_IMGUR_CLIENT_ID"

Getting Started with Next.js

The frontend portion of this project is powered by Next.js.

Available Scripts

In the project directory, you can run:

npm install

Installs the frontend dependencies necessary for development.

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the .next folder.
This optimizes the build for the best performance, so it can be run on a Node.js server with npm start.
To export the app to static HTML (and lose some of the dynamic Next.js features), use npm run export.

See the section about deployment for more information on how to deploy your app.

About

πŸ’Œ The anonymous posting board at NMIMS

https://dearanonymous.space

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 81.0%Language:SCSS 18.2%Language:JavaScript 0.4%Language:CSS 0.4%