Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentldotland/akord-mem-template
https://github.com/decentldotland/akord-mem-template
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decentldotland/akord-mem-template
- Owner: decentldotland
- Created: 2023-08-30T17:11:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T15:54:26.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:08:40.930Z (7 months ago)
- Language: TypeScript
- Homepage: https://akord-mem-template.vercel.app
- Size: 288 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akord 🤝 MEM next.js example template
## Getting Started
First, install dependencies
```bash
npm i
```Then, set up a .local.env file:
```bash
# These work out of the box
ETH_ADMIN_PK=036cd2acc51d12b9ad3b47739272ba25dfc78bd8bb95367f70f9c91861d2ee6c
MORALIS_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJub25jZSI6IjNmMWYzMDcwLThiZGMtNDY1OS04ZGY4LTE0NWQ5NjVhZmE5MCIsIm9yZ0lkIjoiMzEwNjA1IiwidXNlcklkIjoiMzE5MzAwIiwidHlwZUlkIjoiYjVhM2ZhMGMtOTJhMC00NjVhLWJjYmItM2RmMjk5ZTJhMGQ4IiwidHlwZSI6IlBST0pFQ1QiLCJpYXQiOjE2ODYzNDMzNTQsImV4cCI6NDg0MjEwMzM1NH0.byOl56eeeDVXK52jHaeAtMKQMHLCRhJtfx-pgGp6_jw
```Then run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Functions and where to go from here
We've marked TODOs across the application so you could change parts and variables to your needs.
Additionally, we've left comments to detail how or why for the code.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.