Skip to content

bertyn99/scireDevBlog

Repository files navigation

ScireDev Blog

In this blog, we'll explore the world of web development. This blog is using the Nuxt framework. Nuxt is a popular framework for building server-side rendering (SSR) and static web applications with Vue.js. We'll take a deep dive into different web technologies to see what their advantages are and how to implement them.

Run Locally

Make sure to install the dependencies:

#yarn

yarn install  

#npm

npm install 

#pnpm 

pnpm install --shamefully-hoist 

Development

Server Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Tech Stack

**Client:** Nuxt, TailwindCSS 

Roadmap

- Improve ScireDev's trust flow 
- Add social network integrations 
- Add more integrations 
- Add feature to allow articles to be published from Notion 
- Refactoring UI architecture 

Authors

Releases

No releases published

Packages

No packages published

Languages