Skip to content

akosfi/pinboard-site

Repository files navigation

Pinboard site made with Next.js

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/akosfi/pinboard-site.git

# or

gh repo clone akosfi/pinboard-site
  1. Navigate to the project directory:
cd pinboard-site
  1. Install dependencies with npm:
npm i
  1. Running the application

Make sure the following environment variable is always set for correct functionality.

# Base URL of the backend. It should be specified in .env during build in order to have a working build.
NEXT_PUBLIC_SERVER_BASE_URL=http://localhost:8080

4/A. Start the development server:

npm run dev

4/B. Create the production build:

npm run build

Use any HTTP server to serve the built static content or run the following command:

npm run start

Then site should be running on http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors