Go to file
Steven Sarmiento 42a5ea9cc7
redeem-updates (#18)
* phase 1

* Phase 2

* illustrations and styling

* styling updates

* discord card fix

* mini tweaks

* added bg to card for texture.

* CTA height change

* added text

* title change

* removed double copy

* more styling fixes and some copy edits

* text change

* text change

* comment out card, change some styling.

* illusration update and text change

* real pit vipers

* PIT VIPES

* copy changes

* reword it

* reformat

* tone it down a little

* remove empty link

Co-authored-by: Maximilian Schneider <mail@maximilianschneider.net>
2021-08-12 01:11:02 +02:00
.husky only format staged files on pre-commit and lint & type-check on push 2021-04-27 12:32:48 +03:00
@types fix problem in wallet state mgmt 2021-07-16 13:52:34 +02:00
components redeem-updates (#18) 2021-08-12 01:11:02 +02:00
hooks reduce load on rpc 2021-08-11 22:55:05 +02:00
idls Updates incoming (#9) 2021-08-09 21:47:19 +02:00
pages small tweaks (#14) 2021-08-09 19:59:35 +02:00
public redeem-updates (#18) 2021-08-12 01:11:02 +02:00
stores refresh redeem page correctly 2021-08-11 21:20:39 +02:00
styles vault stats styling 2021-07-07 00:12:56 +10:00
test satisfy linting errors 2021-04-27 12:28:04 +03:00
utils set new limits to prepare for the storm 2021-08-11 21:07:57 +02:00
.babelrc slider styling, support for tailwind classes in styled components 2021-04-29 00:51:11 +10:00
.eslintignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.eslintrc.json fix all eslint warnings 2021-07-05 14:46:02 +02:00
.gitignore Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
.prettierignore enable css processing 2021-04-25 19:15:06 +03:00
.prettierrc Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
README.md Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
jest.config.js Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
netlify.toml update netlify toml to use yarn 2021-07-05 15:09:54 +02:00
next-env.d.ts Initial commit from Create Next App 2021-04-24 23:47:02 +03:00
next.config.js [wip] add anchor & ido-pool program 2021-05-05 15:02:16 +03:00
package.json add timezone to lead page 2021-08-04 19:09:32 +02:00
postcss.config.js enable css processing 2021-04-25 19:15:06 +03:00
tailwind.config.js Updates incoming (#9) 2021-08-09 21:47:19 +02:00
tsconfig.json Setup Solana Boilerplate 2021-04-25 18:44:08 +03:00
yarn.lock add timezone to lead page 2021-08-04 19:09:32 +02:00

README.md

NextJS Typescript Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app

Deploy it to the cloud with Vercel (Documentation).