Hewlbern / jobBoardDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Head to TakeShape and create an account. When creating a project, make sure to select Shape Job Board under pattern. Get the API Key and Project ID and create a file at the root called .env.local and add the following:

NEXT_PUBLIC_TAKESHAPE_ID = '<YOUR TAKESHAPE PROJECT ID>';
NEXT_PUBLIC_TAKESHAPE_KEY = '<YOUR TAKESHAPE API KEY>';

Then, run the development server:

npm run dev
# or
yarn dev

View it at http://localhost:3000

View it live

You can view the finished project here

About


Languages

Language:JavaScript 80.3%Language:CSS 18.6%Language:Shell 1.1%