Skip to content

Commit baaf0f0

Browse files
committed
chore: updated readme
1 parent c7d82f3 commit baaf0f0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# Boilerplate and Starter for Next JS 13+, Tailwind CSS 3.2 and TypeScript [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40Ixartz)](https://twitter.com/ixartz)
1+
# BitGoJS with NextJS 13 Starter
2+
3+
This project was forked from https://github.com/ixartz/Next-js-Boilerplate, with BitGo's SDK module added for demonstration purposes.
4+
5+
To use, create a `.env.local` file & set your access token:
6+
7+
```shell
8+
NEXT_PUBLIC_ACCESS_TOKEN=v2x123456...
9+
```
10+
211

3-
<p align="center">
4-
<a href="https://creativedesignsguru.com/demo/Nextjs-Boilerplate/"><img src="public/assets/images/nextjs-starter-banner.png?raw=true" alt="Next js starter banner"></a>
5-
</p>
612

713
🚀 Boilerplate and Starter for Next.js, Tailwind CSS and TypeScript ⚡️ Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, Testing Library, Commitlint, VSCode, Netlify, PostCSS, Tailwind CSS.
814

0 commit comments

Comments
 (0)