To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/akosfi/pinboard-site.git
# or
gh repo clone akosfi/pinboard-site- Navigate to the project directory:
cd pinboard-site- Install dependencies with npm:
npm i- 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:80804/A. Start the development server:
npm run dev4/B. Create the production build:
npm run buildUse any HTTP server to serve the built static content or run the following command:
npm run startThen site should be running on http://localhost:3000.