https://github.com/sentrionic/olympusclient
The NextJS frontend for OlympusBlog
https://github.com/sentrionic/olympusclient
nextjs typescript
Last synced: about 2 months ago
JSON representation
The NextJS frontend for OlympusBlog
- Host: GitHub
- URL: https://github.com/sentrionic/olympusclient
- Owner: sentrionic
- License: mit
- Created: 2021-03-26T18:43:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T09:24:32.000Z (almost 5 years ago)
- Last Synced: 2025-06-30T20:04:01.537Z (12 months ago)
- Topics: nextjs, typescript
- Language: TypeScript
- Homepage: https://github.com/sentrionic/OlympusBlog
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OlympusNext
OlympusNext is a frontend for the [OlympusBlog](https://github.com/sentrionic/OlympusBlog) stack using NextJS with Typescript.
For all the features and endpoints check out the parent repository.
## Screenshots
## Getting started
1. Clone this repository and one of the many backends.
2. Run `yarn` to install the dependencies
3. Create a `.env.local` and add `NEXT_PUBLIC_API_URL=http://localhost:PORT/api` to, where `PORT` is whichever backend you picked.
4. Run `yarn dev` and go to `http://localhost:3000`