Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyclo/www
My digital portfolio written powered by Remix.run SSG and TailwindCSS. Hosted on Cloudflare Pages.
https://github.com/skyclo/www
cloudflare cloudflare-pages portfolio portfolio-website remix remix-run resume tailwindcss website
Last synced: about 2 months ago
JSON representation
My digital portfolio written powered by Remix.run SSG and TailwindCSS. Hosted on Cloudflare Pages.
- Host: GitHub
- URL: https://github.com/skyclo/www
- Owner: skyclo
- Created: 2023-01-02T22:04:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T12:13:50.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:18:07.926Z (8 months ago)
- Topics: cloudflare, cloudflare-pages, portfolio, portfolio-website, remix, remix-run, resume, tailwindcss, website
- Language: JavaScript
- Homepage: https://skyclo.dev
- Size: 3.48 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Remix!
- [Remix Docs](https://remix.run/docs)
## Development
You will be utilizing Wrangler for local development to emulate the Cloudflare runtime. This is already wired up in your package.json as the `dev` script:
```sh
# start the remix dev server and wrangler
npm run dev
```Open up [http://127.0.0.1:8788](http://127.0.0.1:8788) and you should be ready to go!
## Deployment
Cloudflare Pages are currently only deployable through their Git provider integrations.
If you don't already have an account, then [create a Cloudflare account here](https://dash.cloudflare.com/sign-up/pages) and after verifying your email address with Cloudflare, go to your dashboard and follow the [Cloudflare Pages deployment guide](https://developers.cloudflare.com/pages/framework-guides/deploy-anything).
Configure the "Build command" should be set to `npm run build`, and the "Build output directory" should be set to `public`.