Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dishwasher-detergent/porticms
A quick and dirty CMS for easily managing your portfolio.
https://github.com/dishwasher-detergent/porticms
Last synced: 8 days ago
JSON representation
A quick and dirty CMS for easily managing your portfolio.
- Host: GitHub
- URL: https://github.com/dishwasher-detergent/porticms
- Owner: dishwasher-detergent
- License: mit
- Created: 2023-12-01T17:50:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T15:10:18.000Z (about 2 months ago)
- Last Synced: 2024-10-12T08:08:47.428Z (24 days ago)
- Language: TypeScript
- Homepage: https://porticms.vercel.app
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Keep your portfolio up-to-date with all your latest and greatest creations!
## Built using
- Next
- Tailwind
- Appwrite## Using Appwrite Cloud
You will need to setup an Appwrite Cloud account. [Sign up here.](https://cloud.appwrite.io/register)Once everything above is done, you can run these commands below.
1. appwrite login
2. appwrite deploy collection
- use **space** to select all collections
4. appwrite deploy function
- use **space** to select all functions
- Update env variables based on the example.env files in each function directory.## Self Hosting
You will need to setup your own [Appwrite](appwrite.io) instance, at this time Appwrite cloud does not support relationships so you will need to self host Appwrite version 1.3.7+ yourself. You can easily self host your own instance of Appwrite using Digital Ocean. [Find that here](https://marketplace.digitalocean.com/apps/appwrite)Once everything above is done, you can run these commands below.
1. appwrite login
2. appwrite deploy collection
- use **space** to select all collections
4. appwrite deploy function
- use **space** to select all functions## Congrats, you're done!