Skip to content

Conan website, including home and ConanCenter

Notifications You must be signed in to change notification settings

davidsanfal/conanio-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web

Conan website, including home and ConanCenter

Test server

server folder: FastAPI server. [WIP]

Run server:

cd test-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app:app --reload --port 5000

Webapp

conanio folder: NexJS web app source.

Run the development webserver with yarn:

cd conanio
yarn install
yarn test:ci
yarn dev

Open http://localhost:3000 with your browser to see the result.

API routes: the pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

About

Conan website, including home and ConanCenter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.0%
  • CSS 30.5%
  • Python 6.7%
  • SCSS 2.6%
  • Less 2.4%
  • Dockerfile 0.7%
  • Ruby 0.1%