Most things should be configurable via next.config.js.
- Fork the repo. Clone it locally.
- Run
yarn install
ornpm install
- Edit next.config.js file to include your own values.
- Put your own blogs or links in database.json.
- Install vercel cli by running
yarn global add vercel
ornpm i -g vercel
. - Create account on vercel and login on the vercel cli.
- Run
vercel
command in the project directory.
You can also use this nice button below -
if you are not using vercel for deployment (which I recommend because it's super fast and easy), you can run yarn build
or npm run build
and yarn start
or npm start
to run it on your own server.