specfm / Spec Next
Licence: mit
Level up.
Stars: ✭ 121
Programming Languages
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Projects that are alternatives of or similar to Spec Next
Awesome Podcasts
🎙 Curated podcasts for designers, developers, product managers, entrepreneurs and hustlers
Stars: ✭ 116 (-4.13%)
Mutual labels: podcasts, development, design
Low Level Design Primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Stars: ✭ 2,706 (+2136.36%)
Mutual labels: development, design
Designdetails
A weekly conversation about design process and culture
Stars: ✭ 119 (-1.65%)
Mutual labels: podcasts, design
Mdx Go
⚡️ Lightning fast MDX-based dev server for progressive documentation
Stars: ✭ 340 (+180.99%)
Mutual labels: development, design
System Design Primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Stars: ✭ 154,659 (+127717.36%)
Mutual labels: development, design
Guides
An organized list of guides and tutorials for design, development, and system administration.
Stars: ✭ 166 (+37.19%)
Mutual labels: development, design
Awesome Podcasts
🎙 A collection of awesome engineering podcasts! ARCHIVED in favor of https://github.com/rShetty/awesome-podcasts
Stars: ✭ 184 (+52.07%)
Mutual labels: podcasts, development
Awesome Russian It
📖 🎧 📺 📆 Список полезных русскоязычных ресурсов, связанных с ИТ
Stars: ✭ 323 (+166.94%)
Mutual labels: podcasts, design
System Design And Architecture
Learn how to design large-scale systems. Prep for the system design interview.
Stars: ✭ 1,005 (+730.58%)
Mutual labels: development, design
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (-9.09%)
Mutual labels: design
Ios Design Patterns
Learning ground for iOS Design Pattern included with sample projects for MVC, MVP, MVVM, and VIPER
Stars: ✭ 120 (-0.83%)
Mutual labels: design
Get Programming With Nodejs
Code samples for Get Programming with Node.js (See verhagen's VM setup for exercises in this book: https://github.com/verhagen/get-programming-with-nodejs)
Stars: ✭ 117 (-3.31%)
Mutual labels: development
Podify
Create podcasts from anything youtube-dl can handle
Stars: ✭ 111 (-8.26%)
Mutual labels: podcasts
React Textgradient
Text gradients with CSS with SVG fallback. [unmaintained]
Stars: ✭ 110 (-9.09%)
Mutual labels: design
Spec.fm Next
The code that powers spec.fm.
Development
Clone the repository:
git clone [email protected]:specfm/spec-next.git
cd
into the directory:
cd spec-next
Install dependencies for the web and api:
npm install && cd servers/api && npm install && cd ../..
Start the api:
npm run dev:api
In another terminal window, start the client:
npm run dev:web
Open the site:
localhost:3000
To run cypress tests:
npm run cypress:open
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].