This public roadmap project was bootstrapped with create-next-app. It uses an SQLite database to store the items and votes.
It showcases how to run next.js in a Codesphere workspace
To run the development server:
- Run the ci prepare stage
- Run the ci run stage
- Open the deployment
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.