Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahaywood/compressedfm
This is the companion website for Compressed.fm: a podcast all about web design and development, with a little bit of zest, hosted by Amy Dutton and James Q Quick.
https://github.com/ahaywood/compressedfm
hacktoberfest hacktoberfest2021 hacktoberfest2022 nextjs sanity-io
Last synced: 1 day ago
JSON representation
This is the companion website for Compressed.fm: a podcast all about web design and development, with a little bit of zest, hosted by Amy Dutton and James Q Quick.
- Host: GitHub
- URL: https://github.com/ahaywood/compressedfm
- Owner: ahaywood
- License: other
- Created: 2021-02-13T17:01:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:49:06.000Z (4 months ago)
- Last Synced: 2024-07-17T06:15:03.306Z (4 months ago)
- Topics: hacktoberfest, hacktoberfest2021, hacktoberfest2022, nextjs, sanity-io
- Language: TypeScript
- Homepage: http://compressed.fm
- Size: 7.17 MB
- Stars: 54
- Watchers: 8
- Forks: 9
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This is a mono repo for Compressed.fm Website.
# QuickStart
## Project Requirements
* Node.js## Install Dependencies
1. Clone the repo from GitHub
2. Within the Terminal, open the **remix** folder. Run `npm install`
3. Within the Terminal, open the **sanity** folder. Run `npm install`## Environment Variables
You'll need to create a file in the `remix` directory called `.env` and provide the following environment variables:```
SANITY_PROJECT_ID='*************'
SANITY_DATASET='*************'
```## Running the Project
1. Within one Terminal instance, navigate to the **remix** folder and run `npm run dev`.
2. Within another Terminal instance, navigate to the **sanity** folder and run `npm run dev`Everything should run seamlessly. 🙃
* The (frontend) site should be available locally at http://localhost:3000
* Sanity Studio (backend) should be available locally at http://localhost:3333# The Frontend
# The Backend