Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ueman/app-checklist.dev
https://github.com/ueman/app-checklist.dev
app best-practices checklist hacktoberfest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ueman/app-checklist.dev
- Owner: ueman
- Created: 2021-05-24T09:30:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T08:07:00.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T03:11:07.754Z (6 months ago)
- Topics: app, best-practices, checklist, hacktoberfest
- Language: JavaScript
- Homepage: https://app-checklist.dev
- Size: 949 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# [app-checklist.dev](https://app-checklist.dev)
## Getting started
- Install [yarn](https://yarnpkg.com/getting-started)
- Read [Nextra - Getting Started](https://nextra.vercel.app/docs/get-started)
- Read [next.js - Getting Started](https://nextjs.org/docs/getting-started)
- Run `yarn install`
- Run `yarn next dev -p 4000`
- The local serve is now running at `http://localhost:4000/`## Additional Links
- [next.js Static HTML Export](https://nextjs.org/docs/advanced-features/static-html-export)
- [Tailwind CSS](https://tailwindcss.com/)