Skip to content

specfm/spec-next

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Spec.fm Next

The code that powers spec.fm.

Development

Clone the repository: git clone git@github.com: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