Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Canary #1

Merged
merged 11 commits into from
Jun 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ I'm one of the many people who use [Next.js(Vercel)](https://github.com/vercel/n

### Roadmap (as of now)

- [x] Start of simple with something that can handle static routes.
- [x] Add simple CLI tool to be used with it
- [ ] Add Dynamic paths and parameter parsing.
- [x] Start of simple with something that can handle static routes.(Master and Canary)
- [x] Add CLI tool to be used with it (Master and Canary)
- [x] Add Dynamic paths and parameter parsing. (Canary Only)
- [ ] Add minimal request and response helpers.
- [ ] Add more features to CLI (reloading, watchers, etc, etc)

Expand Down
Loading